main_test.go 135 B

12345678910
  1. package yu_strings
  2. import (
  3. "fmt"
  4. "testing"
  5. )
  6. func TestGet09s(t *testing.T) {
  7. fmt.Println(Get09s("8A797F7ASF78A7F78AS78F7A79"))
  8. }