This commit is contained in:
Weber 2024-10-14 13:32:39 +00:00
parent 97f559955f
commit 77bf857f71

View File

@ -142,7 +142,7 @@ int main() {
} }
} }
} else { } else {
printf("bad input\n"); printf("no input\n");
return 0; return 0;
} }
} }