Files
learning/Programming Notes/cpp/Импортирование/main.cpp
T
oleg20111511 f235a35ebb Reorganize
2026-03-02 19:15:17 +02:00

8 lines
87 B
C++
Executable File

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