We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fa4b7f commit 4e794f4Copy full SHA for 4e794f4
go/0912-sort-an-array go/0912-sort-an-array.go
@@ -1,4 +1,4 @@
1
func sortArray(nums []int) []int {
2
sort.Ints(nums)
3
return nums
4
-}
+}
0 commit comments