Browse Source

Update README.md

DEV-4017-prototypes-exercise-1-animals
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", ""}, {"everyone", ""},
{"hello world", "fam"}, {"hello world", "fam"},
{"pomme","pomme"}, {"pomme","pomme"},
{"", "exam"},
} }
for _, v := range arr { for _, v := range arr {
fmt.Println(Weareunique(v[0], v[1])) fmt.Println(Weareunique(v[0], v[1]))
@ -53,8 +54,9 @@ $ go run .
-1 -1
6 6
4 4
-1 6
11 11
0 0
4
$ $
``` ```

Loading…
Cancel
Save