Files
adventofcode/2018
Bert Peters 247613555b Implement day 12 part 2.
This in no way should work, but it does, at least for my input.
2018-12-12 12:44:27 +01:00
..
2018-12-12 11:30:45 +01:00
2018-12-08 07:13:48 +01:00
2018-12-12 12:44:27 +01:00
2018-11-09 16:11:08 +01:00
2018-12-09 13:27:05 +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.