aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2019-01-30 20:19:48 +0000
committerYann Herklotz <ymherklotz@gmail.com>2019-01-30 20:19:48 +0000
commit7861fefef072d356a070c41daa3d67092e725de7 (patch)
tree516025ee34a256207139fdaa79e7f468ed601813 /src
downloadmirror-ball-7861fefef072d356a070c41daa3d67092e725de7.tar.gz
mirror-ball-7861fefef072d356a070c41daa3d67092e725de7.zip
Add initial files
Diffstat (limited to 'src')
-rw-r--r--src/Main.hs5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Main.hs b/src/Main.hs
new file mode 100644
index 0000000..9cd992d
--- /dev/null
+++ b/src/Main.hs
@@ -0,0 +1,5 @@
+module Main where
+
+main :: IO ()
+main = do
+ putStrLn "hello world"