Files
AdventOfCode/03/code.py
Aeryn Van Daele 2eb064a4cc cleanup
2024-12-02 21:43:22 +01:00

5 lines
54 B
Python

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