Aktualizovat a1/program.c

This commit is contained in:
Tomáš Vlček 2026-02-26 23:19:12 +00:00 committed by unknown
parent 4aea458969
commit ad6fd4e2ae

View File

@ -37,7 +37,7 @@ int main()
putchar(vstup); putchar(vstup);
} }
poslednyChar = vstup; poslednyChar = vstup;
//pros //pro
} }
if (poslednyChar != '\n' && poslednyChar != EOF) if (poslednyChar != '\n' && poslednyChar != EOF)
{ {