fork(1) download
  1. #include <stdio.h>
  2.  
  3. int main(void) {
  4. printf("\"Who are you?\n\tMy name\'s Bond! James Bond!\"\n");
  5. printf("\"Who you are!\n\tIm Aleksei\"\n");
  6. return 0;
  7. }
  8.  
Success #stdin #stdout 0s 5304KB
stdin
Standard input is empty
stdout
"Who are you?
	My name's Bond! James Bond!"
"Who you are!
	Im Aleksei"