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