diff --git a/day-14/day-14.py b/day-14/day-14.py index d57a955..a7318cf 100644 --- a/day-14/day-14.py +++ b/day-14/day-14.py @@ -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: