Skip to content

Commit 2c04339

Browse files
committed
fix solution 2022
1 parent 7ca23a6 commit 2c04339

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

website/content/ChapterFour/2000~2099/2022.Convert-1D-Array-Into-2D-Array.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ func construct2DArray(original []int, m int, n int) [][]int {
7474
}
7575
return res
7676
}
77+
```
7778

7879

7980
----------------------------------------------

0 commit comments

Comments
 (0)