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