From 6c8ee568c6eae8c13023c57eac57ea8ef4a97d38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Vl=C4=8Dek?= Date: Wed, 15 Apr 2026 09:45:30 +0000 Subject: [PATCH] Aktualizovat du5/program.c --- du5/program.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/du5/program.c b/du5/program.c index 1ea6844..7a09af1 100644 --- a/du5/program.c +++ b/du5/program.c @@ -89,7 +89,7 @@ void goThroughTheTree(int rootIndex) } else { - printf("Nerozumiem.\n"); + printf("Nerozumiem\n"); return; } }