From bccfad46ac6aefcad35e678de3abc140fc493482 Mon Sep 17 00:00:00 2001 From: ak643du Date: Tue, 5 Mar 2024 10:22:17 +0100 Subject: [PATCH] Initialization --- program.c | 1 + 1 file changed, 1 insertion(+) 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];