9 lines
120 B
Plaintext
9 lines
120 B
Plaintext
plugins {
|
|
id("advent-of-code")
|
|
}
|
|
|
|
adventOfCode {
|
|
year = 2020
|
|
session = file(".session").readText().trim()
|
|
}
|