TestReplaceGoName

This commit is contained in:
xushiwei
2024-06-13 03:00:55 +08:00
parent 7235357ef5
commit b70b868552
3 changed files with 8 additions and 0 deletions

View File

@@ -6,4 +6,5 @@ import (
func main() {
println(bits.Len8(20))
println(bits.OnesCount(20))
}