rice

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

for (87B)


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