git reimport
This commit is contained in:
12
InteractorClass.template
Normal file
12
InteractorClass.template
Normal file
@@ -0,0 +1,12 @@
|
||||
package %package%;
|
||||
|
||||
import net.egork.chelper.tester.Verdict;
|
||||
import net.egork.chelper.tester.State;
|
||||
import java.io.InputStream;
|
||||
import java.io.OutputStream;
|
||||
|
||||
public class %InteractorClass% {
|
||||
public Verdict interact(InputStream input, InputStream solutionOutput, OutputStream solutionInput, State<Boolean> state) {
|
||||
return Verdict.UNDECIDED;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user