4 lines
No EOL
72 B
Text
4 lines
No EOL
72 B
Text
main() {
|
|
text := "Hi!\0"
|
|
user32.MessageBoxA(0, text, text, 0x240040)
|
|
} |