aoc-2023/settings.gradle.kts

8 lines
114 B
Text
Raw Normal View History

2023-12-01 15:39:41 +00:00
rootProject.name = "aoc-2023"
2023-12-01 15:39:27 +00:00
dependencyResolutionManagement {
repositories {
mavenCentral()
}
}