5 lines
59 B
Plaintext
Raw Normal View History

2021-09-14 00:13:48 +02:00
float func2(float a, float b) {
return a + b / 2.;
}