adjust structure to fit aoc

This commit is contained in:
kenobi 2023-12-07 22:49:43 +01:00
parent 9f7db61b79
commit 73a52311ab
2 changed files with 7 additions and 0 deletions

View File

@ -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]