Untitled

Anonymous
plain_text
05/06/2023 4:36 AM
156 B
17
Indexable
#include <Windows.h>

int main()
{
    MessageBox(NULL, "Hello, World!", "My Message Box", MB_OK);
    return 0;
}
Editor is loading...