fork download
  1. #include <stdio.h>
  2. int main()
  3. {
  4. printf("hello mohamed\n");
  5. printf("hello ahmed\n");
  6. printf("hello ebrahem\n");
  7. return 0;
  8. }
Success #stdin #stdout 0s 5324KB
stdin
Standard input is empty
stdout
hello mohamed
hello ahmed
hello ebrahem