Skip to content

Commit

Permalink
Update day6.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Stegallo authored Dec 2, 2024
1 parent 6c592ff commit 77a12c0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions y_2023/day6.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,12 @@ def size(self):
return len(self.sequence)


class Time(Placeholder): ...
class Time(Placeholder):
...


class Distance(Placeholder): ...
class Distance(Placeholder):
...


class Day(AoCDay):
Expand Down

0 comments on commit 77a12c0

Please sign in to comment.