feat(test_by_yulang):add test func

This commit is contained in:
yu_lang 2021-08-22 16:57:18 +08:00
parent f768f361c1
commit 9fd9be29a3
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
package lrutest
func Test(a int) bool{
return a==1
}