From e3ae1aef26d419ec2e77a346dd45e8f0129f5992 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jana=20Kapalkov=C3=A1?= Date: Thu, 12 Mar 2026 19:01:26 +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 175af9f..e8d23b4 100644 --- a/du2/program.c +++ b/du2/program.c @@ -45,7 +45,7 @@ int main(void) { students[i].votes += votes; } if (count == 0) { - printf("Chyba: ziaden platny zaznam.\n"); + printf("Nepodarilo nacitat nic.\n"); return 0; } qsort(students, count, sizeof(Student), cmp);