fork download
  1. #include <stdio.h>
  2.  
  3. int main()
  4.  
  5. {
  6. printf ("Hello world");
  7. }
  8.  
Success #stdin #stdout 0s 5300KB
stdin
 
stdout
Hello world