Rename day 7 input
This commit is contained in:
parent
fead965600
commit
04a992545f
|
@ -1,4 +1,4 @@
|
||||||
with open('input/7', 'r') as file:
|
with open('input/07', 'r') as file:
|
||||||
lines = file.read().strip().split('\n')
|
lines = file.read().strip().split('\n')
|
||||||
pwd = []
|
pwd = []
|
||||||
files = {}
|
files = {}
|
||||||
|
|
Loading…
Reference in New Issue