ed6bd7f
1 2 3 4 5 6
#include <windows.h> #include <winuser.h> int main() { MessageBoxA(nullptr, "world", "hello", 0); }