Skip to content
Closed

hii!! #12474

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions matrix/matrix_based_game.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ def parse_moves(input_str: str) -> list[tuple[int, int]]:
return moves


# this is a comment.
def find_repeat(
matrix_g: list[list[str]], row: int, column: int, size: int
) -> set[tuple[int, int]]:
Expand Down
Loading