Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created October 31, 2020 23:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/65147b3ec5df0ac03e9c1e1d0496c2c9 to your computer and use it in GitHub Desktop.
Save parzibyte/65147b3ec5df0ac03e9c1e1d0496c2c9 to your computer and use it in GitHub Desktop.
nombres := [...]string{
"Luis",
"Parzibyte",
"María José",
}
fmt.Printf("En la primera posición tenemos %s", nombres[0])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment