5 lines
59 B
C++
5 lines
59 B
C++
#include "func.h"
|
|
|
|
int f1(int num) {
|
|
return g1(num * 2);
|
|
} |