@ -15,7 +15,7 @@ class Day(AOCDay):
def count(self, step: int = 1) -> int:
count = 0
depths = self.getInputListAsType(int)
depths = self.getInput(int)
for x in range(step, len(depths)):
if depths[x] > depths[x - step]:
count += 1
The note is not visible to the blocked user.