stop pycharm from complaining :)
This commit is contained in:
parent
b5d4852d82
commit
a0408e9873
1
day01.py
1
day01.py
@ -14,4 +14,3 @@ while len(my_input) > 0:
|
|||||||
|
|
||||||
if globalBreak:
|
if globalBreak:
|
||||||
break
|
break
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,4 @@
|
|||||||
import aoclib
|
import aoclib
|
||||||
import sys
|
|
||||||
|
|
||||||
# my_input = [1721, 979, 366, 299, 675, 1456] # debug input
|
# my_input = [1721, 979, 366, 299, 675, 1456] # debug input
|
||||||
my_input = aoclib.getInputLineAsArray(1, int)
|
my_input = aoclib.getInputLineAsArray(1, int)
|
||||||
@ -21,4 +20,3 @@ while len(my_input) > 0:
|
|||||||
|
|
||||||
if globalBreak:
|
if globalBreak:
|
||||||
break
|
break
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user