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

Binary file not shown.

View File

@ -30,7 +30,7 @@ int main() {
if (studentCount == 0) { if (studentCount == 0) {
printf("Nepodarilo nacitat nic\n"); printf("Nepodarilo nacitat nic\n");
return 1; return 0;
} }
for (int i = 0; i < studentCount; i++) { for (int i = 0; i < studentCount; i++) {