Go to file
Antoine Martin 74f2ada129 aoc2020: fix clippy lints 2023-12-05 12:49:44 +01:00
.github/workflows ci: update checkout to v3 2022-12-06 01:24:19 +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 aoc2020: fix clippy lints 2023-12-05 12:49:44 +01:00
aoc2021 all: fix clippy lints for rust 1.65 2022-12-06 01:24:19 +01:00
aoc2022 2022: bench day03 2022-12-06 18:36:59 +01:00
aoc2023 2023: day01: part 1 2023-12-02 14:24:43 +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 2023: day01: part 1 2023-12-02 14:24:43 +01:00
Cargo.toml 2023: day01: part 1 2023-12-02 14:24:43 +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
flake.lock flake.lock: Update 2023-12-02 14:06:00 +01:00
flake.nix flake.lock: Update 2023-12-02 14:06:00 +01:00

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.