Done day 2
[advent-of-code-17.git] / adventofcode1702 / src / Main.hs
diff --git a/adventofcode1702/src/Main.hs b/adventofcode1702/src/Main.hs
new file mode 100644 (file)
index 0000000..9cd992d
--- /dev/null
@@ -0,0 +1,5 @@
+module Main where
+
+main :: IO ()
+main = do
+  putStrLn "hello world"