2021-09-07 19:55:43 +00:00

12 lines
214 B
Go

package main
import (
"fmt"
"c.infdj.com/GO/courses_golang/hello/morestrings"
)
func main() {
// fmt.Println("Hello, world.")
fmt.Println(morestrings.ReverseRunes("!oG ,olleH"))
}