module Puzzles.Day3 (puzzle) where import Puzzle puzzle :: Puzzle puzzle = Puzzle { number = 3 , parser = _ , parts = [ _ ] }