Test article
This is a test article I will use to format stuff
void TestFunction(std::string inStr){
//This is a demonstration of code snippets!
std::cout << "TestFunction() was called! It said: " << inStr << "/n";
}
- Read more about Test article
- Log in to post comments