No description
Turns out rustfmt needs a --edition 2024 flag (which cargo fmt adds automatically), otherwise some imports change order. Of course my editor is configured to use rustfmt via apheleia, which does not support cargo fmt. Urgh. |
||
|---|---|---|
| .github/workflows | ||
| aoc | ||
| aoc-get | ||
| aoc2015 | ||
| aoc2018 | ||
| aoc2019 | ||
| aoc2020 | ||
| aoc2021 | ||
| aoc2022 | ||
| aoc2023 | ||
| aoc2025 | ||
| .gitignore | ||
| .lohr | ||
| Cargo.lock | ||
| Cargo.toml | ||
| flake.lock | ||
| flake.nix | ||
| Makefile | ||
| README.org | ||
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.