2023/day13/part1.py

8 lines
98 B
Python
Executable File

#!/usr/bin/env python3.11
from common import *
def part1(input_file: str) -> int:
return 0