示例#1
0
文件: hello.go 项目: gouthr/gocode
func main() {
	fmt.Printf(string.Reverse("hello, world\n"))
}
示例#2
0
文件: hello.go 项目: rjgonza/Lab
func main() {
	fmt.Println(string.Reverse("Hello, new gopher!"))
}