5 lines
90 B
Plaintext

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