This commit is contained in:
Weber 2024-04-24 10:18:08 +00:00
parent 091df5dbdc
commit 45e2cac3d9

View File

@ -9,7 +9,7 @@ int main() {
scanf("%d", &maxStudents);
if (maxStudents <= 0) {
printf("Nespravny vstup");
printf("Nespravny vstup\n");
return 1;
}