day02 solved

This commit is contained in:
2025-12-03 00:05:12 -05:00
parent e490bc99f5
commit 9cce1d7fdb
8 changed files with 198 additions and 4 deletions

View File

@@ -5,6 +5,7 @@ edition = "2024"
[dependencies]
color-eyre = "0.6"
itertools = "0.14"
tracing = "0.1"
tracing-error = "0.2"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }