Initial commit
This commit is contained in:
8
cpp/Импортирование/main.cpp
Normal file
8
cpp/Импортирование/main.cpp
Normal file
@@ -0,0 +1,8 @@
|
||||
#include "test.cpp"
|
||||
|
||||
using namespace std;
|
||||
|
||||
int main(){
|
||||
test_func();
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user