diff --git a/2024/day5/main.py b/2024/day5/main.py index d112ff4..6e745d3 100644 --- a/2024/day5/main.py +++ b/2024/day5/main.py @@ -82,4 +82,3 @@ for update in updates: total += update.get_middle_num() print(f'Part 2: {total}') -