Added day 4.. early I know! And i fixed unit tests not compiling

This commit is contained in:
2023-12-02 23:50:10 +00:00
parent 554319e068
commit 0e225f4b04
9 changed files with 76 additions and 8 deletions
+1
View File
@@ -10,6 +10,7 @@ fn main() -> Result<(), Box<dyn Error>> {
Box::new(day01::Day01 {}),
Box::new(day02::Day02 {}),
Box::new(day03::Day03 {}),
Box::new(day04::Day04 {}),
];
// Run through and generate solutions