Aktualizovat „du1/program.c“

This commit is contained in:
Bohdan Yanchyk 2020-03-01 09:32:44 +00:00
parent 084c3854c8
commit 84e731e168

View File

@ -19,7 +19,7 @@ int main() {
} }
putchar(word); putchar(word);
} }
printf("\nPočet riadkov: %d", count); printf("\nPočet riadkov: %d\n", count);
return 0; return 0;