Day 22, with stack build system
[advent-of-code-16.git] / adventofcode16 / src / Lib.hs
diff --git a/adventofcode16/src/Lib.hs b/adventofcode16/src/Lib.hs
new file mode 100644 (file)
index 0000000..d36ff27
--- /dev/null
@@ -0,0 +1,6 @@
+module Lib
+    ( someFunc
+    ) where
+
+someFunc :: IO ()
+someFunc = putStrLn "someFunc"