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