/aoc-mmxxi

🎄 Advent of Code MMXXI

Primary LanguageRustMIT LicenseMIT

Christmas Tree

Advent of Code MMXXI Rust

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