Update 'cv3/program.c'
This commit is contained in:
parent
5fe30441cf
commit
37e8c6d95e
@ -32,5 +32,5 @@ int main() {
|
|||||||
double result = evaluatePolynomial(x, coefficients, count);
|
double result = evaluatePolynomial(x, coefficients, count);
|
||||||
printf("Vysledok je: %.2f\n", result);
|
printf("Vysledok je: %.2f\n", result);
|
||||||
|
|
||||||
return 0;
|
return 1;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user