Files
learning/cpp/Импортирование/main.cpp
2022-05-06 00:49:26 +03:00

8 lines
87 B
C++
Executable File

#include "test.cpp"
using namespace std;
int main(){
test_func();
return 0;
}