Files
AdventOfCode/2024/03/code.py
2024-12-03 14:26:43 +01:00

5 lines
54 B
Python

out = 0
with open('input03.txt') as file:
print(out)