dotfiles/vim/.vim/skeletons/skel.java
Frank Villaro-Dixon 175d9fda39 oauueoa
2016-09-15 22:15:55 +02:00

18 lines
214 B
Java

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