You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Antoine Martin 175318322e 2022: bench day03 10 months ago
.github/workflows ci: update checkout to v3 10 months ago
aoc cargo: bump to 2021 edition 2 years ago
aoc-get aoc-get: fix variable setting bug 2 years ago
aoc2015 fix various clippy lints from 1.57 2 years ago
aoc2018 2018: day04: fix new unused warnings 2 years ago
aoc2019 all: fix clippy lints for rust 1.65 10 months ago
aoc2020 all: fix clippy lints for rust 1.65 10 months ago
aoc2021 all: fix clippy lints for rust 1.65 10 months ago
aoc2022 2022: bench day03 10 months ago
.gitignore env: don't version .envrc, switch to nix-direnv 2 years ago
.lohr 2021: add .lohr file 2 years ago
Cargo.lock 2022: bench: criterion 0.4 10 months ago
Cargo.toml 2022: day 01 part 1 10 months ago
Makefile ci: fix flags 2 years ago
README.org add README 3 years ago
flake.lock flake: bump to latest rust version (1.65) 10 months ago
flake.nix all: fix clippy lints for rust 1.65 10 months ago

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.