My personal solutions for the 2021 Advent of Code in Rust.
Test the implementations on small examples using cargo test
.
Every day is provided as a binary, so day XX can be run as cargo run dayXX
.
Since inputs are not supposed to be shared, you'll have to create your own input files in the input
directory.
I'll try to create some useful helper functions in the library module along the way.