From a5e30acb491ab5b89937c6721c20224260261abf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jana=20Kapalkov=C3=A1?= Date: Thu, 12 Mar 2026 19:02:25 +0100 Subject: [PATCH] commit --- du2/program.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/du2/program.c b/du2/program.c index e8d23b4..0154db2 100644 --- a/du2/program.c +++ b/du2/program.c @@ -45,7 +45,7 @@ int main(void) { students[i].votes += votes; } if (count == 0) { - printf("Nepodarilo nacitat nic.\n"); + printf("Nepodarilo nacitat nic\n"); return 0; } qsort(students, count, sizeof(Student), cmp);