use aoc crate for common stuff
This commit is contained in:
parent
907e883d48
commit
64410f0042
18 changed files with 49 additions and 28 deletions
13
Cargo.lock
generated
13
Cargo.lock
generated
|
|
@ -1,14 +1,27 @@
|
|||
# This file is automatically @generated by Cargo.
|
||||
# It is not intended for manual editing.
|
||||
[[package]]
|
||||
name = "aoc"
|
||||
version = "0.1.0"
|
||||
|
||||
[[package]]
|
||||
name = "aoc2015"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"aoc 0.1.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "aoc2018"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"aoc 0.1.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "aoc2019"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"aoc 0.1.0",
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue