Skip to content

Instantly share code, notes, and snippets.

@tebeka
Created April 27, 2022 06:15
Show Gist options
  • Save tebeka/5d4a122f8ad8e576e5168db971188ca1 to your computer and use it in GitHub Desktop.
Save tebeka/5d4a122f8ad8e576e5168db971188ca1 to your computer and use it in GitHub Desktop.
package main
import "fmt"
func main() {
v := [...]int{2: 7}
fmt.Println(v)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment