fork download
  1. class hello
  2. {
  3. public static void main(String a[])
  4. {
  5. System.out.print("hello world");
  6. }
  7. }
Success #stdin #stdout 0.08s 47000KB
stdin
Standard input is empty
stdout
hello world