Day 12 in the worst way possible
This commit is contained in:
7
day12/Part1.hs
Normal file
7
day12/Part1.hs
Normal file
@@ -0,0 +1,7 @@
|
||||
module Part1 where
|
||||
|
||||
import Commons
|
||||
|
||||
|
||||
getAll :: [Row] -> [Int]
|
||||
getAll = map (\ row -> getNPossibleArrangements (groups row) (springs row))
|
||||
Reference in New Issue
Block a user