My solutions for the Advent of Code 2022 – written in Rust
Each day is a separate binary target. The binary's name is the day in the format %02d
(i.e. a two-digit number with leading zero).
To run the binary of one day, for example, day 02:
cargo run --bin 02