Skip to content

Instantly share code, notes, and snippets.

@cm-source7
cm-source7 / seven.py
Last active December 7, 2023 23:07
AoC 2023 seven
from collections import Counter
from dataclasses import dataclass, field
from pathlib import Path
sample = """\
32T3K 765
T55J5 684
KK677 28
KTJJT 220
QQQJA 483"""