From 88c30b8fc7d168d7fb4ec3b4d73dabd0a688fa42 Mon Sep 17 00:00:00 2001 From: Vladyslav Korzun Date: Thu, 23 Mar 2023 18:30:54 +0000 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8=D0=BB(?= =?UTF-8?q?=D0=B0)=20=D0=BD=D0=B0=20'a1/program.c'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- a1/program.c | 1 + 1 file changed, 1 insertion(+) diff --git a/a1/program.c b/a1/program.c index 1244e83..b757c62 100644 --- a/a1/program.c +++ b/a1/program.c @@ -107,6 +107,7 @@ int main() { for(int i = 0; i < 10; i++){ if(buffer[i] != '&'){ printf("%c", buffer[i]); + che = 0; } } printf("\n\n");