package reverse func Reverse(input string) string { panic("Please implement the Reverse function") }