fork download
  1. #include <stdio.h>
  2. #include <stdlib.h>
  3.  
  4. int main(int ac, char **av)
  5. {
  6. printf("hello world\n");
  7. return 0;
  8. }
Success #stdin #stdout 0.01s 1720KB
stdin
Standard input is empty
stdout
hello world