This commit is contained in:
Oleksandr Vyshniakov 2025-02-18 18:02:46 +01:00
parent 95e41ac458
commit 34d6ebe5f6
2 changed files with 1 additions and 1 deletions

View File

@ -18,6 +18,6 @@ int main() {
while ((c = getchar()) !=EOF) {
funkcia(c, &c2);
}
printf("\nHow many strings: %d\n", c2);
printf("\nLines Count: %d\n", c2);
return 0;
}

Binary file not shown.