Day 5 Part 1 complete

This commit is contained in:
2023-12-05 07:25:39 +00:00
parent 1f8afe5af0
commit 916e52783a
10 changed files with 341 additions and 6 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
mod solutions;
mod utils;
use std::{error::Error, sync::{Arc, Mutex}};
use std::error::Error;
use solutions::*;