summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRoman Smrž <roman.smrz@seznam.cz>2022-07-16 18:53:18 +0200
committerRoman Smrž <roman.smrz@seznam.cz>2022-07-16 18:53:18 +0200
commit3005c10b971856862a51cfa18dc42c79b272952d (patch)
treee74cb4b4c713ff0f27d307118839d480ae4825a6 /src
Initial commit from cabal init
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!"