structure/hashmap/hashmap_test.go

8 lines
91 B
Go
Raw Normal View History

2019-04-16 19:22:07 +00:00
package hashmap
import "testing"
func TestCount(t *testing.T) {
HashInt(123123131221)
}