Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save pablocattaneo/c051b14548051b32a10ba9094ef23cc2 to your computer and use it in GitHub Desktop.

Select an option

Save pablocattaneo/c051b14548051b32a10ba9094ef23cc2 to your computer and use it in GitHub Desktop.
package main
import "fmt"
func main() {
fruits := [4]string{"Apple", "Banana", "Orange", "Grapes"}
fmt.Println("Fruits array:", fruits)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment