Advent of Code - 2021 - Solutions in Rust
Go to file
Jan Christian Grünhage 49cfe7a7cb fix bug in parse_n
I initially wrote this for 10 elements in the octopi flashing grid
puzzle, which is why I had a 10 in there, even though I did have the
const N already. Here I rewrote it slightly, because with `try_into`
already doing a length check, mine was redundant anyway.
2021-12-12 12:58:01 +01:00
src fix bug in parse_n 2021-12-12 12:58:01 +01:00
.gitignore initial commit 2021-12-01 23:05:08 +01:00
Cargo.lock port day 3 to bitvec 2021-12-07 10:43:19 +01:00
Cargo.toml port day 3 to bitvec 2021-12-07 10:43:19 +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+