fork(1) download
  1. #include <stdlib.h>
  2.  
  3. int main() {
  4. srand(time(NULL));
  5. printf("%d", rand());
  6.  
  7. return EXIT_SUCCESS;
  8. }
Success #stdin #stdout 0s 1788KB
stdin
Standard input is empty
stdout
500143827