Files
advent_of_code/2025/03/part_1_solution.py
T
2025-12-03 09:55:11 +00:00

8 lines
135 B
Python

testing = True
if not testing:
with open(r"2025/03/input.txt", "r") as file:
input = file.read()
else:
input = '''
'''