Advent of Code 2021 in Rust
Find a file
Stephen Bastians dab1cdd710 Day 19
2021-12-26 12:54:33 +08:00
benches Day 17 2021-12-18 13:07:01 +08:00
inputs Day 19: Prep 2021-12-26 11:51:25 +08:00
src Day 19 2021-12-26 12:54:33 +08:00
test_inputs Day 19: Prep 2021-12-26 11:51:25 +08:00
.gitignore Solutions up to Day 9 2021-12-09 17:03:11 +08:00
Cargo.lock Day 15 2021-12-18 13:07:01 +08:00
Cargo.toml Day 15 2021-12-18 13:07:01 +08:00
LICENSE Initial commit 2021-12-09 17:01:30 +08:00
README.md Use nalgebra crate to solve #6 2021-12-09 18:41:51 +08:00

Rust Advent Of Code 2021

Rust solutions to the Advent of Code 2021.

To run an exercise, for example Day 5, Part 2: cargo run 5 2