Exemple #1
0
func main() {
	fmt.Printf(string.Reverse("hello, world\n"))
}
Exemple #2
0
func main() {
	fmt.Println(string.Reverse("Hello, new gopher!"))
}