/advent_of_code

Stores my solutions to the advent of code problems

Primary LanguageRust

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

Benchmarks

cargo aoc bench -o