#include int PASCAL WinMain(HINSTANCE, HINSTANCE, LPSTR, int) { return MessageBox(NULL, "Hello World", "", MB_OK); }