2014-10-09 13:55:03
Russia

//Just little program on C language
//with window message
#include Windows.h
INT APIENTRY wWinMain
(
HINSTANCE hInstance,
HINSTANCE hPrevInstance,
LPWSTR lpCmdLine,
INT nCmdShow
)
{
MessageBoxW
(
NULL,
L"Powder Message",
L"Hello, The Powder Toy!",
MB_OK
);
return 0;
}
17
23.0588
78
0
2
This user is not a member of any groups