Find a file
2020-12-14 20:35:10 +01:00
aoc 2020: switch to anyhow 2020-12-14 20:35:10 +01:00
aoc2015 bench: use more samples by default 2019-12-08 02:45:34 +01:00
aoc2018 bench: use more samples by default 2019-12-08 02:45:34 +01:00
aoc2019 2019: switch to anyhow 2020-12-14 20:35:10 +01:00
aoc2020 2020: switch to anyhow 2020-12-14 20:35:10 +01:00
.gitignore Initial commit 2019-11-14 17:22:54 +01:00
Cargo.lock 2019: switch to anyhow 2020-12-14 20:35:10 +01:00
Cargo.toml 2020: day01: part 1 2020-12-01 16:49:23 +01:00
README.org add README 2020-12-14 15:29:59 +01:00

Advent of Code

Solutions to the Advent of Code, in Rust.

I've started doing these in 2019, mainly to learn Rust. Comparing my solutions to others', such as BurntSushi's repo for 2018, helped a lot to learn Rust idioms.

Years 2019 and 2020 are the most complete, and I did these mostly on the day the problems were released.