day22 finsihed

This commit is contained in:
Ruediger Ludwig 2022-12-26 08:00:28 +01:00
parent e7bf3149c8
commit 098bcbd3a8
11 changed files with 673 additions and 0 deletions

View file

@ -1,13 +0,0 @@
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