/advent-of-code-2021

🦀 Rust solutions to AoC 2021

Primary LanguageRust

I am trying to write the solutions

  • without unwrap
  • without unsafe
  • without dependencies

To run solutions:

cargo run --release [day_number]

To test solutions:

cargo test [day_number]

To benchmark solutions:

cargo bench [day_number]