Guess I got lucky with first 1000 and first 1024 giving the same results for part 1
This commit is contained in:
parent
da8d8f6008
commit
55ebe67ddf
@ -7,7 +7,7 @@ from python_tools.aoc_utils import *
|
||||
|
||||
START = [0,0]
|
||||
# INPUTS = ["test.txt", [6,6], 12]
|
||||
INPUTS = ["input.txt", [70,70,], 1000]
|
||||
INPUTS = ["input.txt", [70,70,], 1024]
|
||||
END = INPUTS[1]
|
||||
|
||||
def grid_check(x, i):
|
||||
|
Loading…
Reference in New Issue
Block a user