From 88c7e516e545445ced615e00770be0e5358d331d Mon Sep 17 00:00:00 2001 From: Bohdan Yanchyk Date: Sun, 1 Mar 2020 09:06:29 +0000 Subject: [PATCH] =?UTF-8?q?Aktualizovat=20=E2=80=9Edu1/program.c=E2=80=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- du1/program.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/du1/program.c b/du1/program.c index b972cc6..ceace3f 100644 --- a/du1/program.c +++ b/du1/program.c @@ -16,7 +16,7 @@ int main(){ for (int i = 0; i <= count; i++) { printf("\n"); } - printf("Počet riadkov: %d\n", count); + printf("Počet riadkov: %d", count); } putchar(word);