rice

personal dot files and scripts for linux and macOS
Log | Files | Refs | README | LICENSE

main (103B)


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