Tidying, especially the parser
[advent-of-code-16.git] / adventofcode16 / src / Lib.hs
1 module Lib
2 ( someFunc
3 ) where
4
5 someFunc :: IO ()
6 someFunc = putStrLn "someFunc"