q/examples/winapi/winapi.q

4 lines
No EOL
72 B
Text

main() {
text := "Hi!\0"
user32.MessageBoxA(0, text, text, 0x240040)
}