module Part1 where import Commons getAll :: [Row] -> [Int] getAll = map (\ row -> getNPossibleArrangements (groups row) (springs row))