Update cv3/program.c

This commit is contained in:
Viktor Daniv 2024-10-07 12:48:07 +00:00
parent 3f3d7ccb34
commit 6ef1b52e1e

View File

@ -104,7 +104,7 @@ int main() {
return 1; // Помилка операції
}
} else {
printf("Chyba: neplatny vstup\n");
printf("bad␣input");
return 1;
}
}