Skip to content

Commit

Permalink
Remove stray characters in main
Browse files Browse the repository at this point in the history
  • Loading branch information
Stannislav committed Dec 11, 2024
1 parent 8ef234b commit def510a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aoc2024/src/main/kotlin/Main.kt
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ fun main() {
println("--- Day 10: Hoof It ---")
day10.main()
println("--- Day 11: Plutonian Pebbles ---")
day11.main()it
day11.main()
}

0 comments on commit def510a

Please sign in to comment.