My solutions to Advent of Code 2022, written in rust.
The solutions are in the files src/dayXX.rs
, the first commit to those files
is what I used to solve the problem, any further commits should be improving the
code quality, speed, etc. after I have solved it.
Usage: adventofcode2022 [DAYS]...
Example: adventofcode2020 1 2 3
to run days 1, 2 and 3
Arguments:
[DAYS]...
The days to run [default: The most recent day solved].
Options:
-h
,--help
Print help information-V
,--version
Print version information