#include <windows.h> int main() { MessageBox(NULL,TEXT("hello world!"), TEXT("hello"), 0); return 0; }