Aktualizovat a1/program.c

This commit is contained in:
Tomáš Vlček 2026-02-20 23:10:42 +00:00
parent 231ae89526
commit dc657d00e1

View File

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