8 lines
87 B
C++
8 lines
87 B
C++
#include "test.cpp"
|
|
|
|
using namespace std;
|
|
|
|
int main(){
|
|
test_func();
|
|
return 0;
|
|
} |