Guess I got lucky with first 1000 and first 1024 giving the same results for part 1

This commit is contained in:
djweber12 2024-12-18 16:10:41 -05:00
parent da8d8f6008
commit 55ebe67ddf

View File

@ -7,7 +7,7 @@ from python_tools.aoc_utils import *
START = [0,0] START = [0,0]
# INPUTS = ["test.txt", [6,6], 12] # INPUTS = ["test.txt", [6,6], 12]
INPUTS = ["input.txt", [70,70,], 1000] INPUTS = ["input.txt", [70,70,], 1024]
END = INPUTS[1] END = INPUTS[1]
def grid_check(x, i): def grid_check(x, i):