fork(2) download
  1. #include <stdio.h>
  2. #include <stdlib.h>
  3.  
  4. int main(void)
  5. {
  6. int a;
  7. a = 232;
  8. printf("Hallo Welt!%i\n",a);
  9. return EXIT_SUCCESS;
  10. } /* end main() */
Success #stdin #stdout 0.01s 2680KB
stdin
23434111
stdout
Hallo Welt!232