adjust structure to fit aoc
This commit is contained in:
parent
9f7db61b79
commit
73a52311ab
@ -5,4 +5,11 @@ edition = "2021"
|
|||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
|
[[bin]]
|
||||||
|
name = "part1"
|
||||||
|
path = "src/part1.rs"
|
||||||
|
[[bin]]
|
||||||
|
name = "part2"
|
||||||
|
path = "src/part2.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
Loading…
Reference in New Issue
Block a user