際際滷

際際滷Share a Scribd company logo
Personal Information
About
CROCANTE, DIONISACA E EXPERIMENTAL. http://www.ritawu.net/ http://www.crocante.net/ http://www.desvioparaovermelho.net UM DESVIO, QUASE PARA O VERMELHO. #include <stdio.h> int main(){ int i, j; for (i = 0; i < 500; i++){ for (j = 0; j < 10; j++){ printf("%c%c%c%c", 82, 105, 116, 97); printf(" %c%c%c%c%c%c%c%c!! ", 67, 114, 111, 99, 97, 110, 116, 101); } printf("\n"); } return 0; }