Various tidying bits
[advent-of-code-16.git] / advent02.hs
index 3ea1559d4646e4dc5cb74da01fa2d638d97ad6c2..d4abc555865e2af68e70d161f441f9edd7e6a199 100644 (file)
@@ -1,3 +1,5 @@
+module Main(main) where
+
 import Data.Array.IArray
 
 -- Row 1 is top, column 1 is left