fork download
  1. #include <stdio.h>
  2. #include<locale.h>
  3.  
  4. int main(void) {
  5. setlocale(LC_ALL,"portuguese");
  6. printf("HOHOHOHO\n\a");
  7.  
  8. return 0;
  9. }
  10.  
Success #stdin #stdout 0s 5280KB
stdin
Standard input is empty
stdout
HOHOHOHO