Find a file
2021-12-06 16:02:45 +01:00
.github/workflows ci: fix flags 2021-11-25 16:53:58 +01:00
aoc cargo: bump to 2021 edition 2021-11-25 16:34:29 +01:00
aoc-get aoc-get: fix variable setting bug 2021-12-06 16:02:45 +01:00
aoc2015 fix various clippy lints from 1.57 2021-12-04 17:42:52 +01:00
aoc2018 2018: day04: fix new unused warnings 2021-12-04 16:51:49 +01:00
aoc2019 fix various clippy lints from 1.57 2021-12-04 17:42:52 +01:00
aoc2020 fix various clippy lints from 1.57 2021-12-04 17:42:52 +01:00
aoc2021 2021: day06: use a VecDeque for faster rotating 2021-12-06 13:37:22 +01:00
.gitignore env: don't version .envrc, switch to nix-direnv 2021-12-04 17:54:29 +01:00
.lohr 2021: add .lohr file 2021-11-25 15:59:37 +01:00
Cargo.lock 2021: setup boilerplate 2021-11-25 16:49:52 +01:00
Cargo.toml cargo: adapt workspace wildcards 2021-12-06 15:08:23 +01:00
flake.lock flake.lock: Update 2021-12-04 16:41:00 +01:00
flake.nix aoc-get: init helper script 2021-12-06 15:05:29 +01:00
Makefile ci: fix flags 2021-11-25 16:53:58 +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.