corrected template move

This commit is contained in:
Ruediger Ludwig 2022-12-26 08:01:54 +01:00
parent 098bcbd3a8
commit f743a9636b
5 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,13 @@
from __future__ import annotations
from typing import Iterator
day_num = 0
def part1(lines: Iterator[str]) -> None:
return None
def part2(lines: Iterator[str]) -> None:
return None