fork(1) download
  1. interface Test
  2. {
  3. static void main (String[] args){
  4. System.out.println("hello, world.");
  5. }
  6. }
Success #stdin #stdout 0.1s 320576KB
stdin
Standard input is empty
stdout
hello, world.