From 412a35e1b77b19369cb4a92f4e2d9a662cee5587 Mon Sep 17 00:00:00 2001 From: Kapliuk Date: Sat, 24 Feb 2024 16:15:58 +0000 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=BD=D0=BE=D0=B2=D0=B8=D1=82=D0=B8=20'c?= =?UTF-8?q?v1/program.c'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cv1/program.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/cv1/program.c b/cv1/program.c index fc42e06..1ccdb07 100644 --- a/cv1/program.c +++ b/cv1/program.c @@ -12,9 +12,7 @@ int main(){ else if(i >= 'A' && i <= 'Z'){ i = i+32; } - if(i != 'ՙ'){ putchar(i); - } } printf("\nLines count: %d\n", riadok); return 0;