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; }