adjustments

This commit is contained in:
Tomáš Vlček 2026-02-20 22:22:22 +00:00
parent 058f172dee
commit bc696345ed

View File

@ -1,4 +1,3 @@
#include <stdlib.h>
#include <stdio.h>
#include <ctype.h>
@ -45,7 +44,7 @@ int main()
//output vidtelnehok charakteru
if (mozeBytPrinted) { putchar(vysChar);}
}
printf("%d\n", pocetRiadkov);
printf("\nLines_count: %d\n", pocetRiadkov);
return 0;
}
int GetTypZnaku(int vstup)