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

View File

@@ -18,7 +18,7 @@ impl Solution for Day06 {
}
fn get_day(&self) -> u8 {
5
6
}
}