diff --git a/program.c b/program.c index 685a49f..fb2859b 100644 --- a/program.c +++ b/program.c @@ -13,6 +13,7 @@ int main() { while (count < SIZE && scanf("%lf", &input) == 1) { coefs[count] = input; count++; + //hello } x = coefs[0];