day 2 done, slightly late...

This commit is contained in:
2025-12-03 09:55:11 +00:00
parent 841bdbcfd6
commit cc20656214
4 changed files with 113 additions and 6 deletions
+7
View File
@@ -0,0 +1,7 @@
testing = True
if not testing:
with open(r"2025/03/input.txt", "r") as file:
input = file.read()
else:
input = '''
'''