This commit is contained in:
邹宗楠
2022-12-21 11:47:05 +08:00
parent 1804ba70d7
commit 6dfc48ae6e
4 changed files with 10 additions and 2 deletions

View File

@@ -229,3 +229,7 @@ func TestLen(t *testing.T) {
fmt.Println("all = ", (count*2)+(punctZh*2)+punctEn+punctAZ+punctNum+spance)
}
func TestName(t *testing.T) {
fmt.Println((10 & 2) != 0)
}