X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=advent02.hs;h=d4abc555865e2af68e70d161f441f9edd7e6a199;hb=f7a6219e119fedd3abd3d6967f1c6d104b04d8e4;hp=3ea1559d4646e4dc5cb74da01fa2d638d97ad6c2;hpb=561b9b116c18c2d433f610cad14bfdc54d4e75be;p=advent-of-code-16.git diff --git a/advent02.hs b/advent02.hs index 3ea1559..d4abc55 100644 --- a/advent02.hs +++ b/advent02.hs @@ -1,3 +1,5 @@ +module Main(main) where + import Data.Array.IArray -- Row 1 is top, column 1 is left