Files
advent-of-code-2017/Cargo.toml
Smaug123 174221fb33 Day 3
2021-05-08 23:27:53 +01:00

7 lines
65 B
TOML

[workspace]
members = [
"day_1",
"day_2",
"day_3",
]