q/examples/winapi/winapi.q
2025-02-09 15:37:00 +01:00

5 lines
No EOL
90 B
Text

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