Skip to content

Commit 4c0e22e

Browse files
authoredJul 2, 2023
Rename 1929-concatenation-of-array to 1929-concatenation-of-array.go
[Resolved PR Comment] Added .go extension to file name
1 parent 4e794f4 commit 4c0e22e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎go/1929-concatenation-of-array renamed to ‎go/1929-concatenation-of-array.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ func getConcatenation(nums []int) []int {
1010
}
1111

1212
return ans
13-
}
13+
}

0 commit comments

Comments
 (0)
Please sign in to comment.