This commit is contained in:
Stefan Schwarz 2020-12-02 13:07:28 +01:00
parent 77e9d3eb96
commit 7daf5a0294
4 changed files with 1130 additions and 13 deletions

View file

@ -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"