Thanks to visit codestin.com
Credit goes to github.com

Skip to content

dschrempf/aoc24

Repository files navigation

Advent of Code 2024

At some point, this repository will probably contain the solution to the Advent of Code 2024.

Downloading input and sample files

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.

Links

Notes on individual days

  • Day 5: Awesome puzzle :-).

About

Advent of Code, 2023, Solutions in Haskell

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published