mirror of
https://github.com/jneug/adventofcode.git
synced 2026-04-14 06:43:33 +02:00
removed test input
This commit is contained in:
@@ -1,12 +1,3 @@
|
||||
instr = '''
|
||||
A contain 1 C.
|
||||
B contain 1 D.
|
||||
C contain no other bags.
|
||||
D contain 1 E.
|
||||
E contain no other bags.
|
||||
F contain 1 D.
|
||||
'''
|
||||
|
||||
input = dict()
|
||||
with open('day7_input.txt', 'r') as f:
|
||||
for line in f.readlines():
|
||||
|
||||
@@ -1,12 +1,3 @@
|
||||
instr = '''
|
||||
A contain 1 C.
|
||||
B contain 1 D.
|
||||
C contain no other bags.
|
||||
D contain 1 E.
|
||||
E contain no other bags.
|
||||
F contain 1 D.
|
||||
'''
|
||||
|
||||
input = dict()
|
||||
with open('day7_input.txt', 'r') as f:
|
||||
for line in f.readlines():
|
||||
|
||||
Reference in New Issue
Block a user