Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 432 Bytes

readme.md

File metadata and controls

20 lines (14 loc) · 432 Bytes

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