Skip to content

Commit 142773c

Browse files
authored
Merge pull request #841 from scarf005/patch-2
docs(2024/13): fix typo
2 parents 4e4c99b + 7242516 commit 142773c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/2024/puzzles/day13.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def part1(input: String): Long =
7575

7676
### Part 2
7777

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)
7979

8080
We need another approach. Let's look at the condition carefully...
8181

0 commit comments

Comments
 (0)