summaryrefslogtreecommitdiff
path: root/Main.hs
diff options
context:
space:
mode:
authorandromeda <andromeda@lenovo>2026-08-17 01:45:44 +0200
committerandromeda <andromeda@lenovo>2026-08-17 01:45:44 +0200
commit2e5a8167542bd0b5a6d1dea4ea4642c7b06f268e (patch)
tree057979514b34e55fa78f901721ebfbddd9f73ced /Main.hs
Hello World
Diffstat (limited to 'Main.hs')
-rw-r--r--Main.hs4
1 files changed, 4 insertions, 0 deletions
diff --git a/Main.hs b/Main.hs
new file mode 100644
index 0000000..f16f6f5
--- /dev/null
+++ b/Main.hs
@@ -0,0 +1,4 @@
+module Main (main) where
+
+main :: IO ()
+main = putStrLn "Hello, Haskell!"