]> Dogcows Code - chaz/vimcoder/blobdiff - src/com/dogcows/resources/JavaTemplate
do not add editor name to the end of a submission
[chaz/vimcoder] / src / com / dogcows / resources / JavaTemplate
index a026a4e2c65dfe37ab6b4845b48696de7835af13..68c790b44730c44724e3be3375b36590a583b53d 100644 (file)
@@ -1,4 +1,7 @@
 
+// {{{ $VIMCODER$ <-----------------------------------------------------
+// vim:filetype=java:foldmethod=marker:foldmarker={{{,}}}
+
 import static java.lang.Math.*;
 import static java.math.BigInteger.*;
 import static java.util.Arrays.*;
@@ -6,6 +9,8 @@ import static java.util.Collections.*;
 import java.math.*;
 import java.util.*;
 
+// }}}
+
 public class $CLASSNAME$
 {
        public $RETURNTYPE$ $METHODNAME$($METHODPARAMS$)
This page took 0.020939 seconds and 4 git commands to generate.