Initial commit

This commit is contained in:
Aéna Aria 2025-12-06 09:41:23 +01:00
commit b1394d905a
18 changed files with 6496 additions and 0 deletions

2
day4/1.py Normal file
View file

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