Update cv3/program.c

This commit is contained in:
Yurii Chechur 2024-10-14 10:44:13 +00:00
parent 3f55bc676e
commit f66396c189

View File

@ -99,8 +99,8 @@ int read(struct stack *s) {
} }
push_stack(s, result); // Push the result back onto the stack push_stack(s, result); // Push the result back onto the stack
print_stack(s); // Print the stack after operation print_stack(s); // Print the stack after operation
printf("no input\n"); // Print the "no input" message //printf("no input\n"); // Print the "no input" message
exit(0); // Exit the program after the operation // exit(0); // Exit the program after the operation
break; break;
} }
default: default: