added day04

This commit is contained in:
2024-12-08 17:29:55 +01:00
parent 94cd880183
commit e6f4cbcac7
11 changed files with 343 additions and 1 deletions

5
Cargo.lock generated
View File

@@ -9,6 +9,7 @@ dependencies = [
"day01",
"day02",
"day03",
"day04",
]
[[package]]
@@ -22,3 +23,7 @@ version = "0.1.0"
[[package]]
name = "day03"
version = "0.1.0"
[[package]]
name = "day04"
version = "0.1.0"