We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab0d56d commit 499baa1Copy full SHA for 499baa1
build.gradle.kts
@@ -1,6 +1,5 @@
1
plugins {
2
kotlin("jvm") version "2.2.21"
3
- idea
4
}
5
6
repositories {
src/test/kotlin/de/jball/aoc2024/Tests2024.kt
@@ -9,6 +9,7 @@ import de.jball.aoc2024.day06.Day06
9
import de.jball.aoc2024.day07.Day07
10
import de.jball.aoc2024.day08.Day08
11
import de.jball.aoc2024.day09.Day09
12
+import kotlin.test.Ignore
13
import kotlin.test.Test
14
15
class Tests2024 {
@@ -53,6 +54,7 @@ class Tests2024 {
53
54
55
56
@Test
57
+ @Ignore
58
fun day09() {
59
Day09(true).run()
60
0 commit comments