From bf02cedc375d052b4300a33581bd0d4ba51bc22d Mon Sep 17 00:00:00 2001 From: ak643du Date: Mon, 22 Apr 2024 17:37:07 +0200 Subject: [PATCH] Initialization --- cv10/program.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cv10/program.c b/cv10/program.c index b27f25e..0e35c8f 100644 --- a/cv10/program.c +++ b/cv10/program.c @@ -42,7 +42,7 @@ int main() { } else { printf("Prijati studenti:\n"); for (int i = 0; i < num_accepted; i++) { - printf("%s", names[i]); + printf("%s\n", names[i]); } }