Изменил(а) на 'du1/program.c'

This commit is contained in:
Vladyslav Korzun 2023-02-17 11:27:55 +00:00
parent 09f6241de2
commit dd2f4507a9

View File

@ -38,6 +38,6 @@ riadok++;
pop = 0;
count = 0;
}
printf("\nPočet riadkov: %d\n", riadok);
printf("Počet riadkov: %d\n", riadok);
return 0;
}
}