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
- Host: GitHub
- URL: https://github.com/amesgen/aoc24
- Owner: amesgen
- Created: 2024-12-02T09:47:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-25T14:33:26.000Z (over 1 year ago)
- Last Synced: 2025-02-04T16:14:31.204Z (over 1 year ago)
- Language: Lean
- Size: 88.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.