summaryrefslogtreecommitdiff
path: root/Main.hs
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2019-01-21 15:46:03 -0800
committerBen Sima <ben@bsima.me>2019-01-21 15:46:03 -0800
commit9f60de28de44ea01da25b4cf1305fb63962effd0 (patch)
tree05f0a0c61b829d2f763eac24fe5f51ec846aa410 /Main.hs
Init
Diffstat (limited to 'Main.hs')
-rw-r--r--Main.hs4
1 files changed, 4 insertions, 0 deletions
diff --git a/Main.hs b/Main.hs
new file mode 100644
index 0000000..e552769
--- /dev/null
+++ b/Main.hs
@@ -0,0 +1,4 @@
+module Main where
+
+main :: IO ()
+main = putStrLn "Hello World"