Solve day 6

This commit is contained in:
2025-12-07 02:02:43 -05:00
parent 7a3463e8cc
commit 9081354ce8
6 changed files with 220 additions and 1 deletions

View File

@@ -8,7 +8,7 @@ clap = { version = "4.5", features = ["derive"] }
color-eyre = "0.6"
itertools = "0.14"
rayon = "1.11"
tracing = "0.1"
tracing = { version = "0.1", features = ["release_max_level_info"] }
tracing-error = "0.2"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }