Add aoc crate that reads file from input argument; use it in the day01 crate
This commit is contained in:
parent
545463c40c
commit
4710909b98
6 changed files with 34 additions and 7 deletions
|
|
@ -6,3 +6,4 @@ edition = "2021"
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
aoc = { path = "../aoc" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue