Initial commit
This commit is contained in:
7
cpp/Импортирование/test.cpp
Normal file
7
cpp/Импортирование/test.cpp
Normal file
@@ -0,0 +1,7 @@
|
||||
#include <iostream>
|
||||
|
||||
using namespace std;
|
||||
|
||||
void test_func(){
|
||||
cout << "Hello World!\n";
|
||||
}
|
||||
Reference in New Issue
Block a user