Aktualizovat „du1/program.c“

This commit is contained in:
Bohdan Yanchyk 2020-03-01 09:06:29 +00:00
parent cbe3932139
commit 88c7e516e5

View File

@ -16,7 +16,7 @@ int main(){
for (int i = 0; i <= count; i++) {
printf("\n");
}
printf("Počet riadkov: %d\n", count);
printf("Počet riadkov: %d", count);
}
putchar(word);