/advent-of-code-2023

Primary LanguageRustGNU General Public License v3.0GPL-3.0

Advent of Code in Rust.

  • cargo run -- --year 2023 --day 25 to run a single day.
  • cargo run -- --year 2023 --day 25 -- sample to run use the sample input.
  • cargo run -- --year 2023 to run all days.

There is one solver per day, in solver<day>.rs.