Skip to content

Commit

Permalink
Fix day 2 benchmark input
Browse files Browse the repository at this point in the history
  • Loading branch information
ephemient committed Dec 2, 2024
1 parent f22a4d4 commit 18eb05d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class Day2Bench {

@Setup
fun setup() {
input = getDayInput(1)
input = getDayInput(2)
}

@Benchmark
Expand Down

0 comments on commit 18eb05d

Please sign in to comment.