Skip to content

Commit 22a76f4

Browse files
committed
comment
1 parent 967d6ff commit 22a76f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2024/Day14/Solution.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public object PartOne(string input) {
2424
return quadrants[0] * quadrants[1] * quadrants[2] * quadrants[3];
2525
}
2626

27-
// i figured that the xmas pattern has a long horizontal ### pattern in it
27+
// i figured that the xmas tree pattern has a long horizontal ### pattern in it
2828
public object PartTwo(string input) =>
2929
Simulate(input)
3030
.TakeWhile(robots => !Plot(robots).Contains("#################"))

0 commit comments

Comments
 (0)