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