program.c

This commit is contained in:
Patrik Seman 2023-03-11 12:09:51 +01:00
parent 0f44b85401
commit 8c93dddd94

View File

@ -27,7 +27,7 @@ int main(){
}
}
float result = 0;
float result = 0;
float x = line[0];
for(int i = 1; i < count; i++){