poyea / aoc-mmxxi

πŸŽ„ Advent of Code MMXXI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

πŸŽ„ Advent of Code MMXXI

License:MIT License


Languages

Language:Rust 100.0%