Solve 2025 day 3 and 4

This commit is contained in:
2026-01-11 10:33:07 -05:00
parent e5421854a9
commit ba25ae677a
2 changed files with 4 additions and 1 deletions

4
2025/d05.py Normal file
View File

@@ -0,0 +1,4 @@
from lib import get_data, Grid2D
data = get_data(__file__)
print(data)