Skip to content

Commit

Permalink
Fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
ephemient committed Dec 25, 2022
1 parent 964dcbf commit e8a57f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hs/bench/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ main = defaultMain
[ bench "part 1" $ nf day24a input
, bench "part 2" $ nf day24b input
]
, env (getDayInput 25) $ \input -> bgroup "Day 24"
, env (getDayInput 25) $ \input -> bgroup "Day 25"
[ bench "part 1" $ nf day25 input
]
]

0 comments on commit e8a57f7

Please sign in to comment.