Added day 7

This commit is contained in:
2023-12-05 23:00:18 +00:00
parent 43e3a8ac35
commit 7057d3006b
7 changed files with 87 additions and 0 deletions
+1
View File
@@ -14,6 +14,7 @@ async fn main() -> Result<(), Box<dyn Error>> {
Box::new(day04::Day04 {}),
Box::new(day05::Day05 {}),
Box::new(day06::Day06 {}),
Box::new(day07::Day07 {}),
];
let mut t = vec![];