Commit Graph

7 Commits

Author SHA1 Message Date
29b5dcdf62 Change signature for solution. 2019-08-22 12:28:52 +02:00
c16ef40d73 Correct formatting. 2019-02-18 15:13:48 +01:00
2f0c8ef2d4 Replace format("{}") with .to_string() where possible. 2018-12-22 10:07:14 +01:00
1e26ad1168 Correctness.
From::from may never fail, so I added an invalid state.
2018-12-18 20:00:40 +01:00
0b69a74cff Formatting and LOC update. 2018-12-18 12:06:27 +01:00
89816ae2d7 Implement day 18.
Curiously, it reminds me of some other day involving plants.
2018-12-18 12:03:05 +01:00
9b287a0098 Prepare future scaffolding.
Also reformat the code, but that is nothing significant.
2018-12-09 13:02:54 +01:00