add source code of this project
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
#include <iostream>
|
||||
|
||||
void print(std::string text)
|
||||
{
|
||||
std::cout << text;
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
void print(std::string text);
|
||||
Reference in New Issue
Block a user