summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRoman Smrž <roman.smrz@seznam.cz>2025-03-12 21:51:01 +0100
committerRoman Smrž <roman.smrz@seznam.cz>2025-03-12 21:51:01 +0100
commit3f1a2c668e1557cc6d76fe889253a8b9fc19c48f (patch)
treec66d48b29e04e1890129fc0df07b1833960f7778 /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!"