revert 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:13:20 -05:00
parent 55ebe67ddf
commit 7ea0d33428

View File

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