Files
nmslib/nmslib-rpcg_test.go
2021-05-18 04:57:05 +00:00

12 lines
147 B
Go

package nmslib
import (
"fmt"
"testing"
)
func TestRndPortal(t *testing.T) {
fmt.Printf("\nRandom Portal Code: ")
fmt.Println(RndPortal())
}