2023: day01: part 1
This commit is contained in:
parent
516fed49be
commit
0df2dd8dd8
8 changed files with 1099 additions and 1 deletions
9
Cargo.lock
generated
9
Cargo.lock
generated
|
|
@ -115,6 +115,15 @@ dependencies = [
|
|||
"criterion 0.4.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "aoc2023"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"aoc",
|
||||
"criterion 0.4.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "atty"
|
||||
version = "0.2.14"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue