Example #1
0
func main() {
	fmt.Printf(string.Reverse("hello, world\n"))
}
Example #2
0
File: hello.go Project: rjgonza/Lab
func main() {
	fmt.Println(string.Reverse("Hello, new gopher!"))
}