aoc2025/day8/2.py
2025-12-08 09:55:12 +01:00

3 lines
87 B
Python

with open(r'day8/input.txt', 'r') as input:
lines = input.read().split('\n')[:-1]