My Advent of Code 2024 solutions in rust. Slightly edited version of this template.
To run any day X, part P,
cargo run -- -d X P
To run with input in test_input,
cargo run -- -d X P -t
My Advent of Code 2024 solutions in rust. Slightly edited version of this template.
To run any day X, part P,
cargo run -- -d X P
To run with input in test_input,
cargo run -- -d X P -t