Solutions to Advent of Code 2020 exercises.
Run with cargo run -- $day
to get the solution for a given $day
.
# To run the day 1 exercise
cargo run -- 1
- Highly unoptimised ...
- Likely not even DRY
- Mostly parsing code to force myself to review parser combinators.