aoc/2023/05/05.incomplete.py
2024-03-05 03:32:18 -06:00

4 lines
47 B
Python

with open("input.txt") as f:
text = f.read()