structure/hashmap/hashmap_test.go
2019-04-17 03:22:07 +08:00

8 lines
91 B
Go

package hashmap
import "testing"
func TestCount(t *testing.T) {
HashInt(123123131221)
}