from aoc.days.day10 import DayRunner from . import get_data def test_sample_part1() -> None: assert DayRunner.part1(get_data(10)) == 36