fork download
  1. #include <stdio.h>
  2. #include <stdlib.h>
  3.  
  4. int main(void)
  5. {
  6. if (exit(!printf("hello world")), 1)
  7. printf("Hello");
  8. else
  9. printf("World");
  10.  
  11. return 0;
  12. }
  13.  
Success #stdin #stdout 0s 2292KB
stdin
Standard input is empty
stdout
hello world