This commit is contained in:
Artem Horbunov 2020-03-05 21:02:22 +01:00
parent 87a6b669ef
commit ae8fc0610d

View File

@ -20,6 +20,6 @@ int main(){
}
printf("%c", ch);
}
printf("%d\n", c);
printf("Počet riadkov: %d\n", c);
}