8 lines
98 B
Python
Executable File
8 lines
98 B
Python
Executable File
#!/usr/bin/env python3.11
|
|
|
|
from common import *
|
|
|
|
|
|
def part1(input_file: str) -> int:
|
|
return 0
|