aoc day2
This commit is contained in:
parent
77e9d3eb96
commit
7daf5a0294
4 changed files with 1130 additions and 13 deletions
|
@ -7,8 +7,14 @@ edition = "2018"
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
alloc_counter = "0.0.4"
|
||||
anyhow = "1.0"
|
||||
itertools = "0.9"
|
||||
|
||||
[[bin]]
|
||||
name = "day01"
|
||||
path = "src/day01/main.rs"
|
||||
|
||||
[[bin]]
|
||||
name = "day02"
|
||||
path = "src/day02/main.rs"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue