#include <stdio.h>#include<locale.h> int main(void) { setlocale(LC_ALL,"portuguese"); for(int z=1;z<=13;z++) printf("Use *NIX\t\a"); return 0;}
Standard input is empty
Use *NIX Use *NIX Use *NIX Use *NIX Use *NIX Use *NIX Use *NIX Use *NIX Use *NIX Use *NIX Use *NIX Use *NIX Use *NIX
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!