コード例 #1
0
ファイル: main.go プロジェクト: bwheatley/test
func main() {

	gocurses.Hello("World!!")
	talkmore()
}
コード例 #2
0
ファイル: main.go プロジェクト: wonktnodi/cheesesuncodedump
func main() {
	gocurses.Hello("world")
}