Skip to content

poyea/aoc-mmxxi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

44 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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