Files

5 lines
59 B
Plaintext

float func1(float a, float b) {
return a + b / 2.;
}