shad-go/utf8reverse/reverse.go

8 lines
91 B
Go
Raw Normal View History

2020-02-24 19:54:48 +00:00
// +build !solution
package utf8reverse
func Reverse(input string) string {
return ""
}