Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

#include <windows.

h>
int WINAPI WinMain ( HINSTANCE hInstance, HINSTANCE hPrevInstance,LPSTR
lpszCmdline, int nCmdShow )
{
MessageBox ( 0,TEXT("HELLO"),TEXT("WELCOME"), MB_YESNOCANCEL) ;
return ( 0 ) ;
}

You might also like