#include <windows.h>#include <tchar.h>
int APIENTRY WinMain( HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow){ MessageBox(NULL, _T("Hellow World~!!"), _T("메시지"), MB_OK); return 0;}