2025: day01
This commit is contained in:
parent
d9c8d8155c
commit
d310ec45c0
8 changed files with 4574 additions and 1 deletions
8
Cargo.lock
generated
8
Cargo.lock
generated
|
|
@ -133,6 +133,14 @@ dependencies = [
|
|||
"criterion 0.4.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "aoc2025"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"aoc",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "atty"
|
||||
version = "0.2.14"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue