From 84e731e1680fa22560a7b7f22340e8843bb7ad02 Mon Sep 17 00:00:00 2001 From: Bohdan Yanchyk Date: Sun, 1 Mar 2020 09:32:44 +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 b1f4c41..d1c3a20 100644 --- a/du1/program.c +++ b/du1/program.c @@ -19,7 +19,7 @@ int main() { } putchar(word); } - printf("\nPočet riadkov: %d", count); + printf("\nPočet riadkov: %d\n", count); return 0;