Sort of functional implementation of 2024 day 24

This commit is contained in:
2024-12-24 20:56:12 +01:00
parent 48824288b0
commit e949ce9932
4 changed files with 183 additions and 0 deletions

7
2024/tests/test_day24.py Normal file
View File

@@ -0,0 +1,7 @@
from aoc.days.day24 import DayRunner
from . import get_data
def test_sample_part1() -> None:
assert DayRunner.part1(get_data(24)) == 2024