Day 12 in the worst way possible

This commit is contained in:
2023-12-13 10:52:25 +01:00
parent 3294353d22
commit 2f36550ebe
5 changed files with 151 additions and 0 deletions

7
day12/Part1.hs Normal file
View File

@@ -0,0 +1,7 @@
module Part1 where
import Commons
getAll :: [Row] -> [Int]
getAll = map (\ row -> getNPossibleArrangements (groups row) (springs row))