1
0
Advent-of-Code/settings.gradle.kts

4 lines
63 B
Plaintext

rootProject.name = "aoc-2020"
include("utils")
include("days")