Better project setup, now with a structure UV likes

This commit is contained in:
2024-11-22 10:28:10 +01:00
parent fd6b58022d
commit ee5eb931a9
7 changed files with 56 additions and 2 deletions

View File

@@ -0,0 +1,6 @@
from aoc import days
def test_harness_works() -> None:
runner = days.get_runner(1)
assert runner is not None