cargo run --bin day1
cargo run --bin day2
cargo run --bin day3
Note that the author of Advent of Code has stated that he doesn't want puzzle inputs shared publicly, so they are not included in this repo.
If you want to run the code, you'll need to supply your own puzzle inputs by creating an inputs folder that includes
each day's input.
The first day's puzzle input is expected at input/day1
and the second day's at input/day2
, etc.
cargo test