Files
advent-of-code-2017/README.md
Patrick Stevens 26cdee39f9 Create README.md
2021-05-09 14:19:08 +01:00

388 B

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.