This commit is contained in:
Peter Sabol 2022-03-03 14:47:56 +01:00
parent c37ebacbd8
commit 68781e39fa

View File

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