This commit is contained in:
@@ -30,7 +30,6 @@ def solve(input, part, num_cycles):
|
|||||||
print("Part", part, "result:", result)
|
print("Part", part, "result:", result)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
input = list()
|
input = list()
|
||||||
p = Path(__file__).with_name('input.txt')
|
p = Path(__file__).with_name('input.txt')
|
||||||
with open(p) as f:
|
with open(p) as f:
|
||||||
|
|||||||
Reference in New Issue
Block a user