This commit is contained in:
aozhiwei 2020-08-26 10:36:46 +08:00
commit 972d2cc021

6
strutils.go Normal file
View File

@ -0,0 +1,6 @@
package q5
func Test()(a string) {
return "testa"
}