From d1379c84273996085cc14cd44ee4b527f30086de Mon Sep 17 00:00:00 2001 From: Kozar Date: Wed, 2 Oct 2024 18:42:16 +0000 Subject: [PATCH] Initializacia --- cv1/program.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cv1/program.c b/cv1/program.c index 358af72..9a382f6 100644 --- a/cv1/program.c +++ b/cv1/program.c @@ -83,6 +83,10 @@ int main() { } } + if (found_count == 0) { + printf("\n"); + } + printf("Nacitanych %d poloziek.\n", count); return 0;