Files
advent-of-code-2023/day15/Part1.hs
2023-12-15 12:37:28 +01:00

8 lines
107 B
Haskell

module Part1 where
import Commons
getHashes :: [Instruction] -> [Int]
getHashes = map $ getHash 0 . raw