Skip to content

Commit 68e11e9

Browse files
committed
q
1 parent b2e8765 commit 68e11e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2025/Day10/Solution.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public object PartOne(string input) {
2424
}
2525

2626
// Implements the idea presented by tenthmascot
27-
// https://www.reddit.com/r/adventofcode/comments/1pk87hl/2025_day_10_part_2_bifurcate_your_way_to_victory/
27+
// https://www.reddit.com/r/adventofcode/comments/1pk87hl/
2828
public object PartTwo(string input) {
2929
var res = 0;
3030
foreach (var p in Parse(input)) {

0 commit comments

Comments
 (0)