Commit Graph

8 Commits

Author SHA1 Message Date
43e03c742b Implement day 06.
I forgot how slow std::regex was to compile.
2019-12-06 08:37:15 +01:00
f9caa8d1a9 Partial day 06. 2019-12-06 07:26:46 +01:00
3dca1a46e1 Implement day 03. 2019-12-03 18:27:17 +01:00
a40da965f0 Partial implementation for part 2. 2019-12-03 18:04:34 +01:00
a1d871fd17 Implement day 03 part 1. 2019-12-03 17:24:51 +01:00
acd5f6d215 Add unit tests for day 1. 2019-12-02 22:05:23 +01:00
e9bf399af4 Prepare all days skeletons. 2019-11-28 08:00:46 +01:00
4e5b3b5a15 Implement generic testing for 2019.
This method reads a specific directory and applies all inputs there to
their proper implementation.
2019-09-12 14:51:17 +02:00