fork download
  1. #include <stdio.h>
  2. main (){
  3. printf ("hello world\n");
  4. }
Success #stdin #stdout 0s 2156KB
stdin
Standard input is empty
stdout
hello world