This commit is contained in:
Džubara 2024-03-07 22:47:33 +01:00
parent f8fd50cfc3
commit 26e798675a

View File

@ -17,7 +17,7 @@ int main() {
int lineNumber = 1;
if (fgets(line, MAX_LINE_LENGTH, stdin) == NULL || !IsValidNumber(line)) {
printf("Nepodarilo sa nacitat zaklad x\n");
return 0;
}