123456
#include <windows.h> int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdSHow) { MessageBox(NULL, "Hello, World!", "Tutorial", 0); return 0; }