Added day 7
This commit is contained in:
@@ -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![];
|
||||
|
||||
Reference in New Issue
Block a user