From 68011771d5acda1df06e0e841a41c4e70a6816b1 Mon Sep 17 00:00:00 2001 From: Artem Horbunov Date: Tue, 7 Apr 2020 15:32:57 +0000 Subject: [PATCH] =?UTF-8?q?Aktualizovat=20=E2=80=9Edu5/program.c=E2=80=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- du5/program.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/du5/program.c b/du5/program.c index bfe7af7..4fac4b6 100644 --- a/du5/program.c +++ b/du5/program.c @@ -84,12 +84,6 @@ int main(){ // printf("|Else if|\n"); break; } - // else if(newName[i][q] == newName[i + 1][q]){ - // printf("Letters |%c %c|\n", newName[i][q], newName[i + 1][q]); - // } - // else{ - // printf("WTF\n"); - // } } } }