cleanup
This commit is contained in:
parent
a8ffeb0f4c
commit
145c76a583
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user