summaryrefslogtreecommitdiff
path: root/src/Game/Main.hs
diff options
context:
space:
mode:
authormtgmonkey <mtgmonkey@nixos>2025-12-04 16:31:03 +0100
committermtgmonkey <mtgmonkey@nixos>2025-12-04 16:31:03 +0100
commita72d3b02198412dd514dd81f703ff618c980eb52 (patch)
tree370bed4f94dae8191a6acc47d1b80fab889ce9dd /src/Game/Main.hs
init
Diffstat (limited to 'src/Game/Main.hs')
-rw-r--r--src/Game/Main.hs6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/Game/Main.hs b/src/Game/Main.hs
new file mode 100644
index 0000000..839ea70
--- /dev/null
+++ b/src/Game/Main.hs
@@ -0,0 +1,6 @@
+module Game (main) where
+
+main :: IO ()
+main = do
+ putStrLn "Hallo Welt"
+ return ()