#include "TestClass.h" int main(){ TestClass a; a.SayHello(); return(0); }