package q1929 func getConcatenation(nums []int) []int { return append(nums, nums...) } var _ = getConcatenation