Aktualizovat „du1/program.c“

This commit is contained in:
Bohdan Yanchyk 2020-02-29 23:17:41 +00:00
parent a68cea6009
commit 234f3ff248

View File

@ -11,10 +11,10 @@ char word;
} }
if (word == '\n') { if (word == '\n') {
count++; count++;
for(int i =0;i<count;i++){ for(int i =0;i<count;i++){
printf("\n"); printf("\n");
} }
printf("\nPočet riadkov: %d\n", count); printf("\nPočet riadkov: %d", count);
} }
putchar(word); putchar(word);