Day 6 completed, part1.py is now executable
This commit is contained in:
3
day6/common.py
Normal file
3
day6/common.py
Normal file
@@ -0,0 +1,3 @@
|
||||
def parse(filename: str):
|
||||
with open(filename) as f:
|
||||
return f.readline()[:-1]
|
||||
Reference in New Issue
Block a user