Browse Source

Update README.md

pull/1622/head
zainab Dnaya 2 years ago committed by José Rosendo
parent
commit
1431f1512c
  1. 4
      subjects/weareunique/README.md

4
subjects/weareunique/README.md

@ -38,6 +38,7 @@ func main() {
{"everyone", ""},
{"hello world", "fam"},
{"pomme","pomme"},
{"", "exam"},
}
for _, v := range arr {
fmt.Println(Weareunique(v[0], v[1]))
@ -53,8 +54,9 @@ $ go run .
-1
6
4
-1
6
11
0
4
$
```

Loading…
Cancel
Save