mirror of
https://github.com/theoludwig/advent_of_code_2023.git
synced 2024-10-29 22:17:19 +01:00
7 lines
67 B
TOML
7 lines
67 B
TOML
[workspace]
|
|
members = [
|
|
"day_1",
|
|
"day_2",
|
|
]
|
|
resolver = "2"
|