示例#1
0
文件: main.go 项目: bwheatley/test
func main() {

	gocurses.Hello("World!!")
	talkmore()
}
示例#2
0
func main() {
	gocurses.Hello("world")
}