fork download
  1. class JavaIsWayTooVerbose {
  2. public static void main(String[] args) {
  3. System.out.println("Compilebot is back! Woohoo!");
  4. }
  5. }
Success #stdin #stdout 0.04s 4575232KB
stdin
Standard input is empty
stdout
Compilebot is back! Woohoo!