day01 finished

This commit is contained in:
Ruediger Ludwig 2022-12-01 06:37:18 +01:00
parent a355de5d8b
commit a607fbb329
6 changed files with 2332 additions and 1 deletions

View file

@ -1,4 +1,4 @@
from .parser import P
from .parser import P # type: ignore
import pytest