This commit is contained in:
Tyrel Souza 2022-12-15 14:45:24 -05:00
parent a8ffeb0f4c
commit 145c76a583
1 changed files with 2 additions and 0 deletions

View File

@ -260,6 +260,8 @@ def part2(rows, sample=False):
if not sample:
return
# """ PRINT OUTPUT """
mx = matrix.matrix_of_size(maxX+1, maxY+1)
for yx in ineligible_points:
y,x = yx