No description
| aoc2023 | ||
| aoc2024 | ||
| data | ||
| examples/2024 | ||
| shared | ||
| src | ||
| template | ||
| .envrc | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| flake.lock | ||
| flake.nix | ||
| README.md | ||
My Advent of Code solutions, written as an exercise to learn Rust.
To run, simply edit src/main.rs and run it. Optionally, set the year and day via ADVENT_YEAR and ADVENT_DAY environment variables. By setting ADVENT_TOKEN to your browser session token, your personal input can optionally be fetched automatically.