about summary refs log tree commit diff
path: root/plc/Main.hs
diff options
context:
space:
mode:
authortzlil <tzlils@protonmail.com>2023-04-14 23:46:53 +0300
committertzlil <tzlils@protonmail.com>2023-04-14 23:46:53 +0300
commitfdf35536b66499884dd5b4e1740ac67e5cebb1a2 (patch)
treeb907edf782ebb58780d7fbfed084560626b94c74 /plc/Main.hs
add homework material
Diffstat (limited to 'plc/Main.hs')
-rw-r--r--plc/Main.hs8
1 files changed, 8 insertions, 0 deletions
diff --git a/plc/Main.hs b/plc/Main.hs
new file mode 100644
index 0000000..9e8a7b8
--- /dev/null
+++ b/plc/Main.hs
@@ -0,0 +1,8 @@
+module Main (main) where
+
+import Parse
+
+main :: IO ()
+main = do
+  s <- getContents
+  print $ parse s