예제 #1
0
파일: main.go 프로젝트: bwheatley/test
func main() {

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