summaryrefslogtreecommitdiff
path: root/main.go
blob: c8162ef2c651d2531d7addcb99c4aa3a0c63258e (plain)
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))
}