From 8c81131dc5bed34e28965817a8c5df3cf81a45c6 Mon Sep 17 00:00:00 2001 From: Artem Horbunov Date: Wed, 8 Apr 2020 15:58:08 +0000 Subject: [PATCH] =?UTF-8?q?Aktualizovat=20=E2=80=9Edu6/program.c=E2=80=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- du6/program.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/du6/program.c b/du6/program.c index d697739..4600715 100644 --- a/du6/program.c +++ b/du6/program.c @@ -88,7 +88,7 @@ int main(){ } } else{ - puts("Prijati studenti:"); + printf("Prijati studenti:"); for(int i = 0; i < lines; i++){ printf("%s\n", newNames[i]); } @@ -97,5 +97,4 @@ int main(){ printf("%s\n", newNames[i]); } } - } \ No newline at end of file