Day 13
This commit is contained in:
7
day13/Part1.hs
Normal file
7
day13/Part1.hs
Normal file
@@ -0,0 +1,7 @@
|
||||
module Part1 where
|
||||
|
||||
import Commons
|
||||
|
||||
|
||||
getSummary :: [Pattern] -> [Int]
|
||||
getSummary = map (\ p -> getVerticalReflection 1 0 p + 100 * getHorizontalReflection 1 0 p)
|
||||
Reference in New Issue
Block a user