Day 6 template
This commit is contained in:
parent
5c60259457
commit
bc5112c849
|
@ -0,0 +1,4 @@
|
|||
input = []
|
||||
with open('day6_input.txt', 'r') as f:
|
||||
for line in f.readlines():
|
||||
input.append(line.strip())
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue