From 68b9678fd661230fa3d249df14e79b09e48455be Mon Sep 17 00:00:00 2001 From: VIliam Date: Wed, 28 Feb 2024 15:47:10 +0100 Subject: [PATCH] schema --- cv3/program.c | 1 - 1 file changed, 1 deletion(-) diff --git a/cv3/program.c b/cv3/program.c index c335ce7..5e8b37b 100644 --- a/cv3/program.c +++ b/cv3/program.c @@ -16,7 +16,6 @@ int main() { double result = 1; int coefficientIndex = 0; - printf("Zadajte zaklad x: "); if (fgets(line, MAX_LINE_LENGTH, stdin) == NULL || !IsValidNumber(line)) { printf("Nepodarilo sa nacitat zaklad x\n"); return 1;