stop pycharm from complaining :)
This commit is contained in:
parent
b5d4852d82
commit
a0408e9873
3
day01.py
3
day01.py
@ -1,6 +1,6 @@
|
||||
import aoclib
|
||||
|
||||
#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)
|
||||
|
||||
globalBreak = False
|
||||
@ -14,4 +14,3 @@ while len(my_input) > 0:
|
||||
|
||||
if globalBreak:
|
||||
break
|
||||
|
||||
|
||||
@ -1,7 +1,6 @@
|
||||
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)
|
||||
|
||||
globalBreak = False
|
||||
@ -21,4 +20,3 @@ while len(my_input) > 0:
|
||||
|
||||
if globalBreak:
|
||||
break
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user