Initial commit
This commit is contained in:
commit
b1394d905a
18 changed files with 6496 additions and 0 deletions
2
day4/1.py
Normal file
2
day4/1.py
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
with open(r'day5/input.txt', 'r') as input:
|
||||
lines = input.read().split('\n')[:-1]
|
||||
Loading…
Add table
Add a link
Reference in a new issue