Example #1
0
func main() {

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