package main

import("fmt")

func main() {
      var Cars = [3]string{"Maruti","skoda","hyundai"}

    fmt.Print(Cars)
}

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: