1 2 3 4 5 6 7 8 9 10 11 12
// 7 february 2014 package main import "fmt" func main() { fmt.Println(MessageBox(NULL, "hello, world", "hello", 0)) }