Что будет выведено в результате выполнения программы
func ProcessData(data[]int) { results := make(chan int, len(data)) for _, val :=```