Setup for 2025

This commit is contained in:
2025-12-13 20:27:47 -05:00
parent c9145e6106
commit e655580b3f
4 changed files with 281 additions and 261 deletions

5
2025/d01.py Normal file
View File

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

1
2025/lib.py Symbolic link
View File

@@ -0,0 +1 @@
../lib.py