Day 4 Part 1 complete
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user