Aktualizovat „du1/program.c“

This commit is contained in:
Bohdan Yanchyk 2020-03-01 09:32:04 +00:00
parent 0faf435e73
commit 084c3854c8

View File

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