NickButcher1 / advent-of-code-2023

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

License:GNU General Public License v3.0


Languages

Language:Rust 100.0%