From 5239300229c3fb8431ba1b4105c45db66896e510 Mon Sep 17 00:00:00 2001 From: Vladyslav Korzun Date: Thu, 16 Feb 2023 13:49:30 +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'du1/program.c'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- du1/program.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/du1/program.c b/du1/program.c index 53fcd9e..075f0e4 100644 --- a/du1/program.c +++ b/du1/program.c @@ -23,7 +23,9 @@ printf("%c\n", c); riadok++; } else{ -printf("/n"); +if(count == 0){ +printf("\n"); +} } //c = getchar(); count = 0;