Test article

Submitted by zach on Fri, 06/19/2020 - 06:21

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";
}