At some point, this repository will probably contain the solution to the Advent of Code 2024.
I added automatic fetching of the full input as well as the samples (see Fetch.hs). For example,
cabal run fetch 1 # Fetch full input of day one.
cabal run fetch 1 1 # Fetch sample one of day one.- Day 5: Awesome puzzle :-).