From 411e43d1bebf1bca3d6eb23eb336e0133bea1a87 Mon Sep 17 00:00:00 2001 From: Yurii Yakovenko Date: Mon, 14 Oct 2024 19:52:25 +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 d74673d..785b6f8 100644 --- a/cv3/program.c +++ b/cv3/program.c @@ -1,7 +1,7 @@ #include #include #include - +////////@@@@@@@@@@@ #define STACK_SIZE 500 struct Stack @@ -88,7 +88,7 @@ int main() }while(1); -printf("no input"); +printf("no input\n"); return 0;