Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 649 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 649 Bytes

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