Skip to content

Commit

Permalink
Merge pull request #248 from Stegallo/Stegallo-patch-2
Browse files Browse the repository at this point in the history
Update day6.py
  • Loading branch information
Stegallo authored Dec 2, 2024
2 parents 6c592ff + 77a12c0 commit c9d8fa2
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 c9d8fa2

Please sign in to comment.