/advent-of-code-rust

My solutions to Advent Of Code

Primary LanguageRustApache License 2.0Apache-2.0

Advent of Code 2022 solutions

  • Run the last solution with: cargo run --release

  • Run all solutions with: cargo run --release -- -a

  • Run the benchmarks with: cargo bench --bench aoc-bench