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

View File

@@ -9,4 +9,5 @@ opt-level = 2
[dependencies]
day01 = {path = "src/day01"}
day02 = {path = "src/day02"}
day03 = {path = "src/day03"}
day03 = {path = "src/day03"}
day04 = {path = "src/day04"}