/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
- # -*- mode: snippet -*-
- # key: main
- # contributor: Translated from TextMate Snippet
- # name: method (main)
- # --
- public static void main(String[] args) {
- $0
- }