4 lines
72 B
Plaintext
Raw Normal View History

2024-08-19 17:25:51 +02:00
main() {
text := "Hi!\0"
user32.MessageBoxA(0, text, text, 0x240040)
2024-08-19 17:25:51 +02:00
}