Various tidying bits
[advent-of-code-16.git] / advent03.hs
index d086908a78982f4015b29f256979cacc026fe267..e97dd664a66de32d13ac34d262e37430105121be 100644 (file)
@@ -1,3 +1,5 @@
+module Main(main) where
+
 import Data.List (transpose, sort)
 import Data.List.Split (splitOn, chunksOf)