Что выведет программа
func main() { fruit := make([]string, 5) fruit[0] = "banana" fruit[1] = "cucumber" fruit[2] = "grape"