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

View File

@ -24,6 +24,7 @@ int main()
if (vstup == '\n') // ak NewLine char, resp. koniec riadku
{
pocetRiadkov += 1;
putchar(vstup);
}
//ak vstup == malemu pismenu
else if (GetTypZnaku(vstup) == 0)