PageRenderTime 3ms CodeModel.GetById 0ms RepoModel.GetById 0ms app.codeStats 0ms

/java-mode/Constructs/method (main).yasnippet

http://github.com/ridgetang/snippets
Unknown | 8 lines | 8 code | 0 blank | 0 comment | 0 complexity | e2065ca7c115629610eb55643e86a89f MD5 | raw file
  1. # -*- mode: snippet -*-
  2. # key: main
  3. # contributor: Translated from TextMate Snippet
  4. # name: method (main)
  5. # --
  6. public static void main(String[] args) {
  7. $0
  8. }