fork download
  1.  
  2. #include<stdio.h>
  3.  
  4. int main(void)
  5. {
  6. printf("Hello,world!");
  7.  
  8. return 0;}
Success #stdin #stdout 0.01s 5288KB
stdin
Standard input is empty
stdout
Hello,world!