Files
adventofcode/2018
Bert Peters 3d68f20097 Slightly more efficient and compact code.
This version loops the input twice, first to build the claims, and then
to check whether they have been claimed more than once.
2018-12-05 09:53:42 +01:00
..
2018-12-04 15:16:50 +01:00
2018-11-09 16:11:08 +01:00
2018-11-09 16:11:08 +01:00

Advent of Code 2018

Once again, I will be attempting to complete the challenges in Rust. However, this this I will be focussing on having idiomatic code and having everything in a single executable.

To run day 1: cargo run -- 1. Other options can be seen with the --help flag. The program will by default read its input from stdin.