Aktualizovat a1/program.c

This commit is contained in:
Tomáš Vlček 2026-02-20 22:49:59 +00:00
parent ac29e24a59
commit 585bfb9072

View File

@ -10,7 +10,7 @@ int main()
while (1)
{
int vstup = getchar();
if (vstup == EOL)
if (vstup == EOF)
{
break;
}