test
This commit is contained in:
parent
091df5dbdc
commit
45e2cac3d9
@ -9,7 +9,7 @@ int main() {
|
||||
scanf("%d", &maxStudents);
|
||||
|
||||
if (maxStudents <= 0) {
|
||||
printf("Nespravny vstup");
|
||||
printf("Nespravny vstup\n");
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user