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

https://github.com/luc-wallace/aoc2024

(some) Advent of Code 2024 solutions.
https://github.com/luc-wallace/aoc2024

Last synced: about 2 months ago
JSON representation

(some) Advent of Code 2024 solutions.

Awesome Lists containing this project

README

        

# aoc2024

Some solutions for AOC 2024.

Credit to [Abizern](https://github.com/Abizern) on GitHub for the project structure.

All solutions are my own.

# Usage

Tested with GHC 9.4.8 and Cabal 3.10.3.0.

Challenge inputs for each day go in `/inputs/{day}.txt` (day must be two characters long and zero padded, e.g. 01, 02)

```
$ cabal run aoc2024
```

The `day` arg is a numerical index of the solution you want to get.