Got Stack working with days in separate packages
[advent-of-code-16.git] / src / Lib.hs
diff --git a/src/Lib.hs b/src/Lib.hs
deleted file mode 100644 (file)
index d36ff27..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-module Lib
-    ( someFunc
-    ) where
-
-someFunc :: IO ()
-someFunc = putStrLn "someFunc"