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

5 lines
58 B
Plaintext

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