Add aoc crate that reads file from input argument; use it in the day01 crate

This commit is contained in:
Eryn Wells 2022-12-19 19:26:10 +00:00
parent 545463c40c
commit 4710909b98
6 changed files with 34 additions and 7 deletions

View file

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