module Puzzles.Day4 (puzzle) where import Puzzle puzzle :: Puzzle puzzle = Puzzle { number = 4 , parser = pure () , parts = [ \() -> "TODO" ] }