Skip to content

Latest commit

 

History

History
8 lines (4 loc) · 201 Bytes

README.md

File metadata and controls

8 lines (4 loc) · 201 Bytes

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