aoc/2023/05/05.incomplete.py

4 lines
47 B
Python
Raw Normal View History

2024-03-05 09:32:18 +00:00
with open("input.txt") as f:
text = f.read()