2020: day01: part 1
This commit is contained in:
parent
fa32903fdc
commit
b44c6bacbc
8 changed files with 318 additions and 1 deletions
8
Cargo.lock
generated
8
Cargo.lock
generated
|
|
@ -29,6 +29,14 @@ dependencies = [
|
|||
"criterion",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "aoc2020"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"aoc",
|
||||
"criterion",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "atty"
|
||||
version = "0.2.14"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue