Skip to content

Instantly share code, notes, and snippets.

@xvbnm48
Created March 4, 2022 15:23
Show Gist options
  • Save xvbnm48/07f143cf3185bf93fc78c003b16c7a41 to your computer and use it in GitHub Desktop.
Save xvbnm48/07f143cf3185bf93fc78c003b16c7a41 to your computer and use it in GitHub Desktop.
simple array
package main
import "fmt"
func main(){
var idol_grub = [4]string{"JKT48", "HKT48", "NOGIZAKA46", "AKB48"}
fmt.Println(idol_grub)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment