/* troisieme programme */ #include #include int main(void) { printf("un\n"); printf("\tdeux\n"); printf("\t\ttrois\n"); return EXIT_SUCCESS; }