Actual: `func twoSum(nums []int, target int) []int` Expected: `func twoSum(nums []int, target int) [2]int`