added day03

This commit is contained in:
2024-12-08 10:58:48 +01:00
parent fe62f80771
commit 94cd880183
11 changed files with 228 additions and 3 deletions

View File

@@ -7,5 +7,6 @@ edition = "2021"
opt-level = 2
[dependencies]
day01 = {path = "src/day01" }
day02 = {path = "src/day02" }
day01 = {path = "src/day01"}
day02 = {path = "src/day02"}
day03 = {path = "src/day03"}