mirror of
https://github.com/bertptrs/adventofcode.git
synced 2025-12-25 12:50:32 +01:00
7 lines
119 B
Python
7 lines
119 B
Python
from aoc import days
|
|
|
|
|
|
def test_harness_works() -> None:
|
|
runner = days.get_runner(1)
|
|
assert runner is not None
|