- Up-to-date Rust toolchain (
rustup,rustc,cargo)
The inputs are different for every Advent of Code account, so you need to download your own.
Add them under inputs in the following format:
aoc-2025
├── inputs
│ ├── day01.txt
│ └── day02.txt
...
Execute the following (replace 01 with the number you want)
cargo r -p aoc-2025 --bin day01