Find a file
Antoine Martin 7a2ef2dbe0 ci: run all tests in release mode
The reason these were run in debug mode was that it took less time to
build them. However, ignored tests are built in release mode in CI,
because they take too long otherwise. So we might as well just build
all tests once.
2020-12-15 12:16:45 +01:00
.github/workflows ci: build and check all years 2020-12-15 11:24:38 +01:00
aoc 2020: switch to anyhow 2020-12-14 20:35:10 +01:00
aoc2015 bench: split to separate package 2020-12-15 12:16:33 +01:00
aoc2018 bench: split to separate package 2020-12-15 12:16:33 +01:00
aoc2019 bench: split to separate package 2020-12-15 12:16:33 +01:00
aoc2020 bench: split to separate package 2020-12-15 12:16:33 +01:00
.gitignore Initial commit 2019-11-14 17:22:54 +01:00
Cargo.lock bench: split to separate package 2020-12-15 12:16:33 +01:00
Cargo.toml bench: split to separate package 2020-12-15 12:16:33 +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

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.