You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/2024/puzzles/day13.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,7 @@ def part1(input: String): Long =
75
75
76
76
### Part 2
77
77
78
-
However, we need to completely ditch our day 1 solution, because now our targets are suddenly farther by 10 _trillion_. We won't be able to run it till the heat death of the universe! (probably)
78
+
However, we need to completely ditch our part 1 solution, because now our targets are suddenly farther by 10 _trillion_. We won't be able to run it till the heat death of the universe! (probably)
79
79
80
80
We need another approach. Let's look at the condition carefully...
0 commit comments