/advent-of-code-2021

🦀 Rust solutions to AoC 2021

Primary LanguageRust

I am trying to write the solutions without any external dependencies in an elegant way.

To run a solution:

cargo run --release <day_number>

To test all solutions:

cargo test --release