q5/strutils.go
aozhiwei 3e730f5d26 1
2020-08-26 14:42:46 +08:00

7 lines
55 B
Go

package q5
func Test()(a string) {
return "testb"
}