We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4f38ad commit a88bf74Copy full SHA for a88bf74
aoc2024/aoc2024-kotlin/src/main/kotlin/de/havox_design/aoc2024/day24/CrossedWires.kt
@@ -28,7 +28,7 @@ class CrossedWires(private var filename: String) {
28
return zValues
29
}
30
31
- @SuppressWarnings("kotlin:S1481", "kotlin:S3776")
+ @SuppressWarnings("kotlin:S1481", "kotlin:S3776", "kotlin:S6615")
32
fun processPart2(): Any {
33
val formulas = data
34
.second
0 commit comments