Solvers for the 2021 Advent of Code festive programming puzzles.
.github/workflows | ||
inputs | ||
src | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
README.md |
Solvers for the 2021 Advent of Code festive programming puzzles.
Installation
Install the Rust toolchain to build the daily problem solvers. Go to the rustup page and follow the instructions.
Usage
You can run the unit tests for all the daily problems
cargo test
and then run individual solvers by specifying the name of the daily binary, for example
cargo run --bin day6