Initialization

This commit is contained in:
Kozar 2024-03-21 17:41:17 +01:00
parent 05e3c06320
commit 373fd7fbeb

View File

@ -38,7 +38,8 @@ int main() {
// check if the line is empty
if (r == NULL || (r[0] == '\n' && strlen(r) == 1)) {
// end of input
break;
printf("Nepodarilo nacitat nic\n");
return 0;
}
// parse the string and extract number of votes and student name