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;