summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorandromeda <andromeda@lenovo>2026-01-24 18:16:40 +0100
committerandromeda <andromeda@lenovo>2026-01-24 18:16:40 +0100
commit13d057278d42e4bb1eab881ef3cb165280e8fdb7 (patch)
tree99a3ef25a35b6e8aa9e2b0d91c210b65ac790ac3 /src
parent0ed50d577b39cb7eee4e0935e088fa515ce8aff5 (diff)
license, min build?
Diffstat (limited to 'src')
-rw-r--r--src/Main.hs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Main.hs b/src/Main.hs
new file mode 100644
index 0000000..e197937
--- /dev/null
+++ b/src/Main.hs
@@ -0,0 +1,3 @@
+module Main where
+main :: IO ()
+main = putStrLn "Hello World"