fork(1) download
  1. #include <stdio.h>
  2. #include <stdlib.h>
  3.  
  4. int main() {
  5. printf("%s\n", NULL);
  6. return 0;
  7. }
  8.  
Runtime error #stdin #stdout 0s 2288KB
stdin
Standard input is empty
stdout
Standard output is empty