Skip to content

Commit a27d1be

Browse files
authored
Update grid-game.cpp
1 parent 3366bee commit a27d1be

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

C++/grid-game.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,3 @@ class Solution {
4747
return !transposed ? mat[i][j] : mat[j][i];
4848
}
4949
};
50-

0 commit comments

Comments
 (0)