diff --git a/2022/python/day15.py b/2022/python/day15.py index 391e079..327ed60 100644 --- a/2022/python/day15.py +++ b/2022/python/day15.py @@ -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