fork download
  1. int main()
  2. {
  3. printf("Hello world !");
  4. return 0;
  5. }
  6.  
Success #stdin #stdout 0s 2168KB
stdin
Standard input is empty
stdout
Hello world !