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