This commit is contained in:
Peter Sabol 2022-03-03 14:33:27 +01:00
parent 6b299f7772
commit 96b2389c73

View File

@ -18,6 +18,6 @@ int main(){
else out_char = inp_char;
putchar(out_char);
}
printf("\nPoèet riadkov: %d\n", count_lines);
printf("\nPoèet riadkov: %d\n", count_lines[i]);
return 0;
}