This website requires JavaScript.
Explore
Help
Register
Sign In
cli
/
q
Code
Issues
1
Pull Requests
Activity
5 lines
90 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Improved Windows support
2024-08-19 17:25:51 +02:00
main() {
Added a zero byte at the end of strings
2025-02-09 15:37:00 +01:00
title := "Title."
text := "Hi!"
user32.MessageBoxA(0, text, title, 0x240040)
Improved Windows support
2024-08-19 17:25:51 +02:00
}
Reference in New Issue
Copy Permalink