hello-go/main.go

11 lines
144 B
Go

package main
import (
"fmt"
"k3gtpi.jumpingcrab.com/go-learning/mystrings"
)
func main() {
fmt.Println(mystrings.Reverse("hello world"))
}