2021-09-14 00:13:48 +02:00

5 lines
59 B
Plaintext

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