fork(1) download
  1. #include <stdio.h>
  2.  
  3. int main() {
  4. // your code goes here
  5. printf("Hello\n \nWorld \n");/*無視して*/
  6. return 0;
  7. }
  8.  
Success #stdin #stdout 0.01s 5320KB
stdin
Standard input is empty
stdout
Hello
 
World