fork download
  1.  
  2. class HelloWorld {
  3. public static void main(String[] args){
  4. System.out.println("HelloWorld");
  5. }
  6. }
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
===SORRY!===
Unable to parse postcircumfix:sym<( )>, couldn't find final ')' at line 3
stdout
Standard output is empty