import std.c.windows.windows; int main( char[][] args ) { MessageBoxA( null, "Hello, Win32 API(D) World!", "Hello, World!", MB_OK ); return 0; }