Update 'cv3/program.c'

This commit is contained in:
Tamáš 2024-03-08 08:30:16 +00:00
parent 5fe30441cf
commit 37e8c6d95e

View File

@ -32,5 +32,5 @@ int main() {
double result = evaluatePolynomial(x, coefficients, count);
printf("Vysledok je: %.2f\n", result);
return 0;
return 1;
}