Files
aocpy/2025/d01.py
2025-12-13 20:32:11 -05:00

6 lines
65 B
Python

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