Go to file
Smaug123 a7ceac9f36 Day 18
2021-05-12 19:46:48 +01:00
2021-05-09 11:21:43 +01:00
2021-05-08 23:27:53 +01:00
2021-05-08 23:27:53 +01:00
2021-05-08 23:27:53 +01:00
2021-05-09 11:03:13 +01:00
2021-05-09 11:21:43 +01:00
2021-05-09 13:45:42 +01:00
2021-05-12 11:23:51 +00:00
2021-05-10 21:27:11 +01:00
2021-05-10 22:38:40 +01:00
2021-05-11 20:05:44 +01:00
2021-05-11 18:38:29 +01:00
2021-05-12 19:46:48 +01:00
2021-05-11 21:43:13 +01:00
2021-05-08 11:33:12 +01:00
2021-05-12 19:46:48 +01:00
2021-05-12 19:46:48 +01:00
2021-05-09 14:15:03 +01:00
2021-05-09 14:19:08 +01:00

advent-of-code-2017

Solutions to the 2017 Advent of Code (https://adventofcode.com/2017/), in Rust. Trying to strike a balance between performance and ease-of-writing, erring on the side of performance where necessary.

Simple to use: just cargo test --release or cargo test --bin day_1, for example.

I'm certainly no expert in Rust; don't assume I've done anything in a sane way.

Description
Solutions to the 2017 Advent of Code (https://adventofcode.com/2017/), in Rust.
Readme MIT 317 KiB
Languages
Rust 100%