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

https://github.com/amesgen/aoc24

AoC 2024 in Lean
https://github.com/amesgen/aoc24

Last synced: 5 months ago
JSON representation

AoC 2024 in Lean

Awesome Lists containing this project

README

          

Some [Advent of Code 2024](https://adventofcode.com/2024) solutions in Lean 4

To run, save the input under `./inputs/X` (where `X` is the day, so e.g. `./inputs/2`), and then run
```console
lake exe aoc X
```
One can also run
```console
lake exe aoc
```
for all currently implemented days. Optionally, one can also store the correct output in `./outputs/X` as a regression test.