test
This commit is contained in:
parent
45e2cac3d9
commit
a756c0035b
@ -10,7 +10,7 @@ int main() {
|
||||
|
||||
if (maxStudents <= 0) {
|
||||
printf("Nespravny vstup\n");
|
||||
return 1;
|
||||
return 0;
|
||||
}
|
||||
|
||||
char names[MAX_STUDENTS][50];
|
||||
|
Loading…
Reference in New Issue
Block a user