fork download
  1. #include<stdio.h>
  2. #include<locale.h>
  3.  
  4. int main(int argc, const char* argv[]){
  5. setlocale(LC_ALL,"portuguese");
  6. int z;
  7.  
  8. for(z=0;z<=0x18;z++)
  9. printf("Alô mundão!\n\a");
  10.  
  11. return 0;
  12.  
  13. }
Success #stdin #stdout 0.01s 5244KB
stdin
Standard input is empty
stdout
Alô mundão!
Alô mundão!
Alô mundão!
Alô mundão!
Alô mundão!
Alô mundão!
Alô mundão!
Alô mundão!
Alô mundão!
Alô mundão!
Alô mundão!
Alô mundão!
Alô mundão!
Alô mundão!
Alô mundão!
Alô mundão!
Alô mundão!
Alô mundão!
Alô mundão!
Alô mundão!
Alô mundão!
Alô mundão!
Alô mundão!
Alô mundão!
Alô mundão!