main (103B)
1 # -*- mode: snippet -*- 2 # name: func main 3 # key: main 4 # contributor : @atotto 5 # -- 6 func main() { 7 $0 8 }