#include int main() { MessageBoxW( NULL, L"Hello, World!", L"My awesome title", MB_OK | MB_ICONEXCLAMATION ); return 0; }