fork(1) download
  1. #include <stdio.h>
  2. int main(void)
  3. {
  4. // your code goes here
  5. printf("Hello 孙欣雨\n");
  6. return 0;
  7. }
  8.  
Success #stdin #stdout 0s 5312KB
stdin
Standard input is empty
stdout
Hello 孙欣雨