This commit is contained in:
Oleksandr Vyshniakov 2025-02-18 18:05:26 +01:00
parent 34d6ebe5f6
commit 68155cdecf

View File

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