5 lines
103 B
Go
5 lines
103 B
Go
package reverse
|
|
|
|
func Reverse(input string) string {
|
|
panic("Please implement the Reverse function")
|
|
}
|