Skip to content

Commit 23d9de0

Browse files
committed
hii!!
1 parent ae28fa7 commit 23d9de0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

matrix/matrix_based_game.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ def parse_moves(input_str: str) -> list[tuple[int, int]]:
124124
moves.append((x, y))
125125
return moves
126126

127-
127+
# this is a comment.
128128
def find_repeat(
129129
matrix_g: list[list[str]], row: int, column: int, size: int
130130
) -> set[tuple[int, int]]:

0 commit comments

Comments
 (0)