q5/strutils.go
aozhiwei 972d2cc021 1
2020-08-26 10:36:46 +08:00

7 lines
55 B
Go

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