Skip to content

Commit

Permalink
Merge branch 'master' into 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
Stegallo authored Dec 1, 2024
2 parents 8b0d7b2 + 2771003 commit 393c768
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions y_2023/day6.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,10 @@ 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 393c768

Please sign in to comment.