corrected template move
This commit is contained in:
parent
098bcbd3a8
commit
f743a9636b
5 changed files with 0 additions and 0 deletions
13
advent/days/day__/solution.py
Normal file
13
advent/days/day__/solution.py
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue