Files
OOP-Cpp/oop_hw1/oop_hw1_1/Func1.cpp
2025-08-11 00:01:30 +08:00

5 lines
59 B
C++

#include "func.h"
int f1(int num) {
return g1(num * 2);
}