Files
advent-of-code-2023/day06/Part1.hs
2023-12-06 07:50:50 +01:00

8 lines
95 B
Haskell

module Part1 where
import Commons
getRanges :: [Race] -> [Int]
getRanges = map getRaceRange