add day 9
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
class Input(object):
|
||||
def __init__(self, filename):
|
||||
with open(filename, 'r') as f:
|
||||
self._raw = f.read()
|
||||
self._raw = f.read().strip()
|
||||
|
||||
def raw(self):
|
||||
return self._raw
|
||||
|
Reference in New Issue
Block a user