This commit is contained in:
Weber 2024-10-14 12:53:29 +00:00
parent a6a40f7fe6
commit c6ce1e7e69

View File

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