This commit is contained in:
2026-05-11 07:14:24 +01:00
parent cc20656214
commit 40a85a3c10
5 changed files with 122 additions and 4 deletions
+7
View File
@@ -0,0 +1,7 @@
testing = True
if not testing:
with open(r"2025/04/input.txt", "r") as file:
input = file.read()
else:
input = '''
'''