7 lines
91 B
Go
7 lines
91 B
Go
// +build !solution
|
|
|
|
package utf8reverse
|
|
|
|
func Reverse(input string) string {
|
|
return ""
|
|
}
|