day5
This commit is contained in:
parent
a7e4ce92b4
commit
2492469277
3 changed files with 1090 additions and 0 deletions
|
@ -10,6 +10,7 @@ edition = "2018"
|
|||
alloc_counter = "0.0.4"
|
||||
anyhow = "1.0"
|
||||
itertools = "0.9"
|
||||
thiserror = "1.0.22"
|
||||
|
||||
[[bin]]
|
||||
name = "day01"
|
||||
|
@ -26,3 +27,7 @@ path = "src/day03/main.rs"
|
|||
[[bin]]
|
||||
name = "day04"
|
||||
path = "src/day04/main.rs"
|
||||
|
||||
[[bin]]
|
||||
name = "day05"
|
||||
path = "src/day05/main.rs"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue