fork download
  1. #include <stdio.h>
  2.  
  3. int main(void) {
  4. int z;
  5.  
  6. for(z=0;z<=13;z++)
  7. printf("%i\t\a",12+1);
  8. return 0;
  9. }
  10.  
Success #stdin #stdout 0.01s 5268KB
stdin
Standard input is empty
stdout
13	13	13	13	13	13	13	13	13	13	13	13	13	13