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