Test
Was this helpful?
Was this helpful?
Endpoints for submitting and validating test cases
Handles test requests.
Source code to be tested
public class Main { public static void main(String[] args) { System.out.println("Hello World"); }}
Compiler to be used
javac
Additional metadata
Test metadata