revert 55ebe67ddf
revert Guess I got lucky with first 1000 and first 1024 giving the same results for part 1
This commit is contained in:
parent
55ebe67ddf
commit
7ea0d33428
@ -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,], 1024]
|
INPUTS = ["input.txt", [70,70,], 1000]
|
||||||
END = INPUTS[1]
|
END = INPUTS[1]
|
||||||
|
|
||||||
def grid_check(x, i):
|
def grid_check(x, i):
|
||||||
|
Loading…
Reference in New Issue
Block a user