Paste-bin.xyz
Archive
Sign In
Login
Register
Username
Current Password
Keep me signed in.
Username
Full Name
Email
New Password
C
62
teateaken
Guest on 20th July 2022 07:05:55 AM
#include <windows.h>
int
WINAPI WinMain
(
HINSTANCE hInstance
,
HINSTANCE hPrevInstance
,
LPSTR lpCmdLine
,
int
nCmdShow
)
{
MessageBox
(
NULL
,
"Goodbye, cruel world!"
,
"Note"
,
MB_OK
)
;
return
0
;
}
Raw Paste
#include
int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow) { MessageBox(NULL, "Goodbye, cruel world!", "Note", MB_OK); return 0; }
Login
or
Register
to edit or fork this paste. It's free.