- Build:
cargo build
- Test:
cargo test
- Run:
cargo run
Usage: aoc2023 [OPTIONS] --token <TOKEN>
Options:
-y, --year <YEAR> Year for which to solve the Advent of Code [default: 2023]
-d, --day <DAY> Day for which to solve the Advent of Code, 0 means solve all days [default: 0]
-t, --token <TOKEN> Token to access your puzzle input
-h, --help Print help