add new solutions
This commit is contained in:
parent
9a10695e8c
commit
ca24d0a56a
30 changed files with 697 additions and 16 deletions
7
solutions/19/q1929/solution.go
Normal file
7
solutions/19/q1929/solution.go
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
package q1929
|
||||
|
||||
func getConcatenation(nums []int) []int {
|
||||
return append(nums, nums...)
|
||||
}
|
||||
|
||||
var _ = getConcatenation
|
||||
Loading…
Add table
Add a link
Reference in a new issue