Update cv3/program.c

This commit is contained in:
Viktor Daniv 2024-10-07 12:52:51 +00:00
parent f4aa5fb57d
commit b8cffbedb6

View File

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