Written in Rust, as a way to learn Rust.
Assumes you have Rust and Cargo installed.
- Clone the repository
- Navigate to the
advent-of-code/2023
directory - Run
cargo run
to run every day's solution, runcargo run [day number]
to run a specific day or set of days