]> Dogcows Code - chaz/vimcoder/blob - src/com/dogcows/resources/JavaTemplate
do not add editor name to the end of a submission
[chaz/vimcoder] / src / com / dogcows / resources / JavaTemplate
1
2 // {{{ $VIMCODER$ <-----------------------------------------------------
3 // vim:filetype=java:foldmethod=marker:foldmarker={{{,}}}
4
5 import static java.lang.Math.*;
6 import static java.math.BigInteger.*;
7 import static java.util.Arrays.*;
8 import static java.util.Collections.*;
9 import java.math.*;
10 import java.util.*;
11
12 // }}}
13
14 public class $CLASSNAME$
15 {
16 public $RETURNTYPE$ $METHODNAME$($METHODPARAMS$)
17 {
18 }
19 }
20
This page took 0.029399 seconds and 4 git commands to generate.