#include #include "TestClass.h" using namespace std; void TestClass::SayHello(){ cout << "Hello World" << endl; }