Skip to content

Commit 563ed9b

Browse files
author
Christian Lundh
committed
Python 2024 day 14, bug fix. Missing import of Counter
1 parent d0b6f5f commit 563ed9b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/y2024/d14/aoc_2024_14.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import functools
22
import operator
3+
from collections import Counter
34
from dataclasses import dataclass
45

56
from common import Puzzle, timer

0 commit comments

Comments
 (0)