summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGregor Kleen <aethoago@141.li>2017-01-26 15:02:04 +0100
committerGregor Kleen <aethoago@141.li>2017-01-26 15:02:04 +0100
commit443f196032530cbd9eb39606c2daf4294460a44b (patch)
tree373c0ebddfc5483d673cd8509959220dba1858b1 /src
downloadpostdelay-443f196032530cbd9eb39606c2daf4294460a44b.tar
postdelay-443f196032530cbd9eb39606c2daf4294460a44b.tar.gz
postdelay-443f196032530cbd9eb39606c2daf4294460a44b.tar.bz2
postdelay-443f196032530cbd9eb39606c2daf4294460a44b.tar.xz
postdelay-443f196032530cbd9eb39606c2daf4294460a44b.zip
Project skeleton
Diffstat (limited to 'src')
-rw-r--r--src/Main.hs4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Main.hs b/src/Main.hs
new file mode 100644
index 0000000..65ae4a0
--- /dev/null
+++ b/src/Main.hs
@@ -0,0 +1,4 @@
1module Main where
2
3main :: IO ()
4main = putStrLn "Hello, Haskell!"