refactored project structure

This commit is contained in:
2025-12-09 20:11:49 +01:00
parent 87bacd3b4c
commit 7928c2334f
69 changed files with 783 additions and 354 deletions

View File

@@ -4,9 +4,5 @@ version = "0.1.0"
edition = "2024"
[dependencies]
day01 = {path = "src/day01"}
day02 = {path = "src/day02"}
day03 = {path = "src/day03"}
day04 = {path = "src/day04"}
day05 = {path = "src/day05"}
day06 = {path = "src/day06"}
itertools = "0.14.0"
iter-first-max = "0.1.2"