fork download
  1. #include <stdio.h>
  2.  
  3. int main(void) {
  4. printf("Hello: World?"); printf(".. Bye ..");
  5. printf(".. Bye .. \n");
  6. printf("Initializing...Initializing...SkyNet Initialized...Does three count as several \n");
  7. return 0;
  8. }
Success #stdin #stdout 0s 4396KB
stdin
Standard input is empty
stdout
Hello: World?.. Bye .... Bye .. 
Initializing...Initializing...SkyNet Initialized...Does three count as several