#include #include using namespace std; int WinMain( HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow) { cerr << "Hi there" << endl; return 0; }