fork download
  1. class JavaApplication100 {
  2.  
  3. /**
  4.   * @param args the command line arguments
  5.   */
  6. public static void main(String[] args) {
  7. System.out.println("Hello");
  8. }
  9. }
Success #stdin #stdout 0.07s 380160KB
stdin
Standard input is empty
stdout
Hello