Reorganize
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
#include "test.cpp"
|
||||
|
||||
using namespace std;
|
||||
|
||||
int main(){
|
||||
test_func();
|
||||
return 0;
|
||||
}
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
#include <iostream>
|
||||
|
||||
using namespace std;
|
||||
|
||||
void test_func(){
|
||||
cout << "Hello World!\n";
|
||||
}
|
||||
Reference in New Issue
Block a user