Find a file
2021-11-25 16:18:20 +01:00
.github/workflows ci: switch branch to main 2021-11-25 16:04:31 +01:00
aoc enable some additional clippy lints everywhere 2020-12-17 01:59:01 +01:00
aoc2015 enable some additional clippy lints everywhere 2020-12-17 01:59:01 +01:00
aoc2018 enable some additional clippy lints everywhere 2020-12-17 01:59:01 +01:00
aoc2019 enable some additional clippy lints everywhere 2020-12-17 01:59:01 +01:00
aoc2020 2020: day20: document methods 2020-12-31 15:33:57 +01:00
.envrc flake: setup dev flake 2021-11-25 16:14:32 +01:00
.gitignore Initial commit 2019-11-14 17:22:54 +01:00
.lohr 2021: add .lohr file 2021-11-25 15:59:37 +01:00
Cargo.lock cargo: fix build by bumping dependencies 2021-11-25 16:18:20 +01:00
Cargo.toml bench: split to separate package 2020-12-15 12:16:33 +01:00
flake.lock flake: setup dev flake 2021-11-25 16:14:32 +01:00
flake.nix flake: setup dev flake 2021-11-25 16:14:32 +01:00
Makefile ci: run all tests in release mode 2020-12-15 12:16:45 +01:00
README.org add README 2020-12-14 15:29:59 +01:00
shell.nix flake: setup dev flake 2021-11-25 16:14:32 +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.