Advent of code (2023)
Dec 2, 2023 · 1 minute read · CodingAlle Jahre wieder …
I am not sure how far I get this year, but writing Haskell is just too much fun. Have a look at my solutions to the Advent of code, 2023.
Cheers!
PS: I even 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.