This commit is contained in:
Stefan Harmuth 2025-12-22 09:17:35 +01:00
parent fc55b91f7c
commit 7bc338e1ab

View File

@ -10,9 +10,6 @@ class Day(AOCDay):
#(2, "input12_test"), # the test is a lie
(544, "input12"),
],
[
(None, "input12"),
]
]
def part1(self) -> Any: