X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=advent03.hs;h=e97dd664a66de32d13ac34d262e37430105121be;hb=7e9b5d3480d529e0f44bc3244018330f7edd7830;hp=d086908a78982f4015b29f256979cacc026fe267;hpb=476a9f5dccd2da92ad140ef4a8dd726e18e40e98;p=advent-of-code-16.git diff --git a/advent03.hs b/advent03.hs index d086908..e97dd66 100644 --- a/advent03.hs +++ b/advent03.hs @@ -1,3 +1,5 @@ +module Main(main) where + import Data.List (transpose, sort) import Data.List.Split (splitOn, chunksOf)