Implemented Day 7 part 1.

This commit is contained in:
Dennis Brentjes
2023-12-08 11:04:03 +01:00
parent 63ce6b5cf2
commit a19e839fe0
6 changed files with 1190 additions and 4 deletions

View File

@@ -6,4 +6,4 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
itertools = "0.7.4"
itertools = "0.12.0"