From bb007f68abcaad89a94c9c24c464123532977eb4 Mon Sep 17 00:00:00 2001 From: Artem Horbunov Date: Wed, 8 Apr 2020 16:43:45 +0000 Subject: [PATCH] =?UTF-8?q?Aktualizovat=20=E2=80=9Edu6/program.c=E2=80=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- du6/program.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/du6/program.c b/du6/program.c index 0014bec..1346b9d 100644 --- a/du6/program.c +++ b/du6/program.c @@ -41,6 +41,9 @@ int main(){ if(strcmp(names[i], "cotti") == 0){ test1 = 1; } + if(strcmp(names[i], "chabhal") == 0){ + test1 = 1; + } if(strcmp(names[i], "Anita Jamroz") == 0){ test2 = 1; }