diff --git a/kt/aoc2024-exe/src/commonBench/kotlin/com/github/ephemient/aoc2024/exe/Day2Bench.kt b/kt/aoc2024-exe/src/commonBench/kotlin/com/github/ephemient/aoc2024/exe/Day2Bench.kt index 01f708ba..2d42792a 100644 --- a/kt/aoc2024-exe/src/commonBench/kotlin/com/github/ephemient/aoc2024/exe/Day2Bench.kt +++ b/kt/aoc2024-exe/src/commonBench/kotlin/com/github/ephemient/aoc2024/exe/Day2Bench.kt @@ -12,7 +12,7 @@ class Day2Bench { @Setup fun setup() { - input = getDayInput(1) + input = getDayInput(2) } @Benchmark