Clean up day 16 and 19.

Day 16 and 19 share the same CPU and now they actually share the same
code for it.
This commit is contained in:
2018-12-19 07:53:09 +01:00
parent cb99849143
commit c554811fda
4 changed files with 197 additions and 251 deletions

View File

@@ -4,6 +4,7 @@ extern crate itertools;
extern crate regex;
pub mod common;
pub mod cpu;
pub mod day01;
pub mod day02;
pub mod day03;