Files
aocpy/2025/d05.py
2026-01-11 10:33:07 -05:00

5 lines
72 B
Python

from lib import get_data, Grid2D
data = get_data(__file__)
print(data)