aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2020-09-04 12:22:07 +0100
committerYann Herklotz <git@yannherklotz.com>2020-09-04 12:22:07 +0100
commit1336dba0a2fa2971c494d48cdd702f30c1cca527 (patch)
treeb7497145a1ebe7e79c5e8a6a9109ed6a7b174000 /src
downloadalluvial-hs-1336dba0a2fa2971c494d48cdd702f30c1cca527.tar.gz
alluvial-hs-1336dba0a2fa2971c494d48cdd702f30c1cca527.zip
Add initial files
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 @@
+module Main where
+
+main :: IO ()
+main = putStrLn "Hello, Haskell!"