An open API service indexing awesome lists of open source software.

https://github.com/elldritch/advent2024


https://github.com/elldritch/advent2024

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Advent of Code 2024

Solutions for [Advent of Code 2024](https://adventofcode.com/2024) in Haskell. To use, place puzzle inputs in `data/$DAY` (e.g. `data/1`) and run `cabal run advent2024 -- --day $DAY`.

For more usage options, run `cabal run advent2024 -- --help`.