From c85959bf722be867b98add1a1b24590374394bbc Mon Sep 17 00:00:00 2001 From: Viktor Daniv Date: Sat, 26 Oct 2024 18:46:19 +0000 Subject: [PATCH] Update a1/program.c --- a1/program.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/a1/program.c b/a1/program.c index 1ffbd64..bfb66f7 100644 --- a/a1/program.c +++ b/a1/program.c @@ -2,7 +2,7 @@ #define MAX 100 void serch_zatv(char vhod[MAX]){ - printf("VIVO"); + printf("%s", vhod); }