Day 4 Part 1 complete

This commit is contained in:
2023-12-04 06:03:29 +00:00
parent 27a646f88f
commit f3c2f6cfd8
10 changed files with 339 additions and 4 deletions
+1
View File
@@ -11,6 +11,7 @@ fn main() -> Result<(), Box<dyn Error>> {
Box::new(day02::Day02 {}),
Box::new(day03::Day03 {}),
Box::new(day04::Day04 {}),
Box::new(day05::Day05 {}),
];
// Run through and generate solutions