//============================================================================ // Name : CstpSpf.cpp // Author : Gabriel // Version : // Copyright : Your copyright notice // Description : Hello World in C++, Ansi-style //============================================================================ #include #include "SpfResolver.h" using namespace std; int main() { cout << "!!!Hello World!!!" << endl; return 0; }