// slices2 // Make me compile! // I AM NOT DONE package main import "fmt" func main() { names := [4]string{"John", "Maria", "Carl", 10} fmt.Println(names) }