8 lines
91 B
Go
8 lines
91 B
Go
package hashmap
|
|
|
|
import "testing"
|
|
|
|
func TestCount(t *testing.T) {
|
|
HashInt(123123131221)
|
|
}
|