shad-go/utf8/reverse/reverse.go

8 lines
88 B
Go
Raw Normal View History

2022-02-10 22:06:57 +00:00
//go:build !solution
2020-02-24 19:54:48 +00:00
package reverse
2020-02-24 19:54:48 +00:00
func Reverse(input string) string {
return ""
}