Concept → IO ()

Linux Emacs Coding Music Links About Search

Advent of code (2023)

Alle 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.