From f66396c1893fa6c9db54e60d76a83f639a0104ff Mon Sep 17 00:00:00 2001 From: Yurii Chechur Date: Mon, 14 Oct 2024 10:44:13 +0000 Subject: [PATCH] Update cv3/program.c --- cv3/program.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cv3/program.c b/cv3/program.c index 53326d1..2e7d96e 100644 --- a/cv3/program.c +++ b/cv3/program.c @@ -99,8 +99,8 @@ int read(struct stack *s) { } push_stack(s, result); // Push the result back onto the stack print_stack(s); // Print the stack after operation - printf("no input\n"); // Print the "no input" message - exit(0); // Exit the program after the operation + //printf("no input\n"); // Print the "no input" message + // exit(0); // Exit the program after the operation break; } default: