a
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
testing = True
|
||||
if not testing:
|
||||
with open(r"2025/05/input.txt", "r") as file:
|
||||
input = file.read()
|
||||
else:
|
||||
input = '''
|
||||
'''
|
||||
Reference in New Issue
Block a user