fork download
  1. class HelloWorld{
  2. public static void main(String args[]){
  3. System.out.println("helloworld");
  4. }
  5. }
Success #stdin #stdout 0.1s 52628KB
stdin
Standard input is empty
stdout
helloworld