wip
This commit is contained in:
parent
f12c16a06a
commit
c478736d46
2 changed files with 87 additions and 1 deletions
10
Cargo.toml
10
Cargo.toml
|
@ -36,4 +36,12 @@ path = "src/day9/main.rs"
|
|||
|
||||
[[bin]]
|
||||
name = "day10"
|
||||
path = "src/day10/main.rs"
|
||||
path = "src/day10/main.rs"
|
||||
|
||||
[[bin]]
|
||||
name = "day12"
|
||||
path = "src/day12/main.rs"
|
||||
|
||||
[[bin]]
|
||||
name = "day14"
|
||||
path = "src/day14/main.rs"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue