Update cv3/program.c

This commit is contained in:
Marat Izmailov 2024-10-17 11:53:56 +00:00
parent 2bcce5a191
commit 5ff3758ff4

View File

@ -47,6 +47,7 @@ int main() {
while (1) { while (1) {
printf("Zadajte číslo alebo operáciu (+, -, *, /): ");
if (!fgets(input, sizeof(input), stdin)) { if (!fgets(input, sizeof(input), stdin)) {
break; break;
} }