fork download
  1. #include<stdio.h>
  2. #include<locale.h>
  3.  
  4.  
  5. int main(int argc, const char** argv){
  6. setlocale(LC_ALL,"portuguese");
  7.  
  8. int z=1;
  9.  
  10. do {
  11.  
  12. printf("AlôÔôô!!!\t\a");
  13. z++;
  14. }while(z<20);
  15.  
  16.  
  17. return 0;
  18. }
  19.  
Success #stdin #stdout 0.01s 5284KB
stdin
Standard input is empty
stdout
AlôÔôô!!!	AlôÔôô!!!	AlôÔôô!!!	AlôÔôô!!!	AlôÔôô!!!	AlôÔôô!!!	AlôÔôô!!!	AlôÔôô!!!	AlôÔôô!!!	AlôÔôô!!!	AlôÔôô!!!	AlôÔôô!!!	AlôÔôô!!!	AlôÔôô!!!	AlôÔôô!!!	AlôÔôô!!!	AlôÔôô!!!	AlôÔôô!!!	AlôÔôô!!!