Find a file
2021-12-04 14:55:56 +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
aoc2015 cargo: bump to 2021 edition 2021-11-25 16:34:29 +01:00
aoc2018 cargo: bump to 2021 edition 2021-11-25 16:34:29 +01:00
aoc2019 cargo: bump to 2021 edition 2021-11-25 16:34:29 +01:00
aoc2020 2020: day23: remove TODOs 2021-12-03 16:36:25 +01:00
aoc2021 2021: day04: bench 2021-12-04 14:55:56 +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 2021: setup boilerplate 2021-11-25 16:49:52 +01:00
Cargo.toml 2021: setup boilerplate 2021-11-25 16:49:52 +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: fix flags 2021-11-25 16:53:58 +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.