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