This commit is contained in:
Aéna Aria 2025-12-08 09:55:12 +01:00
parent bdeef8224d
commit e74bd54997
3 changed files with 57 additions and 0 deletions

3
day8/2.py Normal file
View file

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