Guest User

Untitled

a guest
Oct 22nd, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.19 KB | None | 0 0
  1. int _stdcall wWinMain(HINSTANCE Instance, HINSTANCE PrevInstance, LPWSTR CmdLine, int ShowCmd)
  2. {
  3.     MessageBox(NULL, L"Hello World", L"Sebastian SUX", MB_OK | MB_ICONINFORMATION);
  4.  
  5.     return 0;
  6. }
Add Comment
Please, Sign In to add comment