shad-go/utf8/reverse/reverse.go

7 lines
87 B
Go

// +build !solution
package reverse
func Reverse(input string) string {
return ""
}