Find a file
2022-12-06 01:24:19 +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 all: fix clippy lints for rust 1.65 2022-12-06 01:24:19 +01:00
aoc2020 all: fix clippy lints for rust 1.65 2022-12-06 01:24:19 +01:00
aoc2021 all: fix clippy lints for rust 1.65 2022-12-06 01:24:19 +01:00
aoc2022 2022: bench: criterion 0.4 2022-12-06 00:02:21 +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 2022: bench: criterion 0.4 2022-12-06 00:02:21 +01:00
Cargo.toml 2022: day 01 part 1 2022-12-05 22:57:19 +01:00
flake.lock flake: bump to latest rust version (1.65) 2022-12-06 00:41:56 +01:00
flake.nix all: fix clippy lints for rust 1.65 2022-12-06 01:24:19 +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.