Advent of Code - 2021 - Solutions in Rust
Go to file
2021-12-04 23:49:22 +01:00
src reimplement parsing in day 4 using yap 2021-12-04 23:49:22 +01:00
.gitignore initial commit 2021-12-01 23:05:08 +01:00
Cargo.lock reimplement parsing in day 4 using yap 2021-12-04 23:49:22 +01:00
Cargo.toml reimplement parsing in day 4 using yap 2021-12-04 23:49:22 +01:00
LICENSE.md add README and LICENSE 2021-12-01 23:15:45 +01:00
README.md add README and LICENSE 2021-12-01 23:15:45 +01:00

JC's rusty "Advent of Code 2021"

Hey there, I've been doing AoC 2021, in Rust, and hope to actually get it done this year. It's using cargo-aoc for making it easy to load the input and benchmark the solutions.

License

Licensed under CNPLv7+