4 lines
54 B
Go
4 lines
54 B
Go
|
package main
|
||
|
|
||
|
func append(s []int, elem ...int) []int
|