InterviewSolution
package MAINimport "fmt"FUNC main() { fmt.Println(functionByBestInterviewQuestion())}func functionByBestInterviewQuestion() []INT { a, b := 15, 10 b, a = a, b return []int{a, b}}
Your experience on this site will be improved by allowing cookies. Read Cookie Policy