strings_test.go 145 B

123456789101112
  1. package yu_rand
  2. import (
  3. "fmt"
  4. "testing"
  5. )
  6. func TestSCN(t *testing.T) {
  7. fmt.Println(SCn(5))
  8. fmt.Println(S09(50))
  9. fmt.Println(S0aZ(128))
  10. }