I have been trying out advent of code to help me learn Rust it has been so much fun. I owe a big thanks to Owen O'Malley for introducing AOC to me and for the harness.
The harness has made many things much easier, letting us focus on the problem and the solution.
# Run all
cargo run --release
# Run specific day
cargo run --release -- 1 # run day 1