From bd88a739f600e461ea87a03e407fb594f8b75b3a Mon Sep 17 00:00:00 2001 From: Bohdan Yanchyk Date: Sun, 1 Mar 2020 09:23:47 +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 5c38cb3..ab764d8 100644 --- a/du1/program.c +++ b/du1/program.c @@ -20,7 +20,7 @@ int main() { i++; } i = 0; - printf("\nPočet riadkov: %d", count); + printf("\n\nPočet riadkov: %d", count); count = 0; } putchar(word);