git reimport
This commit is contained in:
19
TaskClass.template
Normal file
19
TaskClass.template
Normal file
@@ -0,0 +1,19 @@
|
||||
package %package%;
|
||||
|
||||
import %InputClassFQN%;
|
||||
import %OutputClassFQN%;
|
||||
import solutions.ChelperSolution;
|
||||
|
||||
|
||||
public class %TaskClass% extends ChelperSolution {
|
||||
|
||||
@Override
|
||||
public void solve(int testNumber, InputReader in, OutputWriter out) {
|
||||
super.solve(testNumber, in, out);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void solve(int testNumber) {
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user