We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0bdb13 commit d8722d1Copy full SHA for d8722d1
rotate-image/Yjason-K.ts
@@ -23,4 +23,5 @@ function rotate(matrix: number[][]): void {
23
// 각 행을 반전
24
matrix[i].reverse();
25
}
26
-}
+}
27
+
0 commit comments