Advent of Code This repo stores my solutions to the advent of code challenges, starting with 2020. It uses the cargo-aoc crate to run all the solutions. # To run any given day's solutions cargo aoc -d {day} -p {part} Years 2020 Benchmarks cargo aoc bench -o