Advent of Code MMXXI
This year, 2021, we crack the Advent of Code in Rust.
Running the Solutions
$ cargo -V
cargo 1.56.0 (4ed5d137b 2021-10-04)
$ cargo build --all --release # build
$ cargo test --all --release # test
$ cargo doc --all --release # documentation