@ -75,7 +75,7 @@ class AOCDay:
"""
get input for day x as 2d array, split by empty lines
lines = self.input
lines = self.input.copy()
lines.append('')
return_array = []
The note is not visible to the blocked user.