/aoc-2023-rust

Advent of Code 2023 solutions in Rust

Primary LanguageRust

Advent of Code solutions in Rust

Place the input in a file named input.txt in the root directory and use the following command to run a specific day:

cargo run -p day-<xx>

# example:
cargo run -p day-01