dotfiles/vim/.vim/skeletons/skel.java

18 lines
214 B
Java
Raw Normal View History

2013-06-02 19:31:03 +00:00
/*
2013-08-03 10:47:08 +00:00
** <+FILENAME+>
**
** <+DESC+>
**
2016-09-15 20:15:55 +00:00
** <+YEAR+> - Frank Villaro-Dixon <Frank@Villaro-Dixon.eu>
2013-08-03 10:47:08 +00:00
*/
2013-06-02 19:31:03 +00:00
class <+CLASSNAME+> {
2013-10-23 22:01:14 +00:00
public static void main(String[] argv) {
<+CODE+>
}
2013-06-02 19:31:03 +00:00
}
/* vim: set ts=4 sw=4 noet: */