fork download
  1. #include <stdio.h>
  2. void printHW(){
  3. printf("hello,");
  4. printf("world");
  5. printf("!!!!$n");
  6. }
  7.  
  8. int main(void) {
  9. printf("good-bye,helloworld/n");
  10. return 0;
  11. }
  12.  
Success #stdin #stdout 0s 5316KB
stdin
Standard input is empty
stdout
good-bye,helloworld/n