dotfiles/vim/.vim/skeletons/skel.java
Frank Villaro-Dixon 0928a2c51c vim
2016-06-13 12:31:35 +02:00

17 lines
210 B
Java

/*
** <+FILENAME+>
**
** <+DESC+>
**
** 2014 - Frank Villaro-Dixon <Frank@Villaro-Dixon.eu>
*/
class <+CLASSNAME+> {
public static void main(String[] argv) {
<+CODE+>
}
}
/* vim: set ts=4 sw=4 noet: */