#include <windows.h>
void main(void)
{
MessageBox(/* Owner = */ NULL, /* Text = */ "Hello, world!", /* Title
= */ "Hello", MB_OK);
}
(C) Copyright IBM Corporation 1992, 2010.