Aktualizovat „du1/program.c“

This commit is contained in:
Bohdan Yanchyk 2020-02-29 23:16:40 +00:00
parent fe9d5084c0
commit a68cea6009

View File

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