aoc2025/day4/2.py
2025-12-06 09:41:23 +01:00

2 lines
86 B
Python

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