This commit is contained in:
Rudolf Zambory 2025-03-21 13:01:49 +01:00
parent ccb3d3db06
commit b20ca42e89
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -29,7 +29,7 @@ int main() {
} }
if (studentCount == 0) { if (studentCount == 0) {
printf("Chyba: Ziadne hlasy neboli nacitane\n"); printf("Nepodarilo nacitat nic\n");
return 1; return 1;
} }