diff options
| author | Pietro Gagliardi <[email protected]> | 2014-02-07 21:17:24 -0500 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-02-07 21:17:24 -0500 |
| commit | 35e8a028f5d5f9654d7fa34ebadf26cfef845759 (patch) | |
| tree | d1673b4cf78e5fe9c8213f2490b11ecdd34ae05c /main.go | |
Initial commit. Added MessageBox() code.
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -0,0 +1,12 @@ +// 7 february 2014 +package main + +import "fmt" + +func main() { + fmt.Println(MessageBox(NULL, + "hello, world", + "hello", + 0)) +} + |
