at v206 202 B view raw
1#include <windows.h> 2int WINAPI WinMain(HINSTANCE hInst, HINSTANCE hPrevInstance, LPSTR lpCmdLine, 3 int nCmdShow) 4{ 5 MessageBox(NULL, "Hello World!", "Nix", MB_OK); 6 return 0; 7}