fork download
  1. class bunghole {
  2.  
  3. public static void main(String[] args) {
  4. System.out.println("Hello Wrold!");
  5. }
  6.  
  7. }
Success #stdin #stdout 0.07s 380160KB
stdin
Standard input is empty
stdout
Hello Wrold!