package main import("fmt") func main() { var Cars = [3]string{"Maruti","skoda","hyundai"} fmt.Print(Cars) }
To embed this project on your website, copy the following code and paste it into your website's HTML: