Browse Source

Update README.md

DEV-4017-prototypes-exercise-1-animals
zainab Dnaya 2 years ago committed by José Rosendo
parent
commit
7f43129173
  1. 4
      subjects/weareunique/README.md

4
subjects/weareunique/README.md

@ -37,7 +37,7 @@ func main() {
{"hello", "yoall"}, {"hello", "yoall"},
{"everyone", ""}, {"everyone", ""},
{"hello world", "fam"}, {"hello world", "fam"},
{"pomme","pomme"} {"pomme","pomme"},
} }
for _, v := range arr { for _, v := range arr {
fmt.Println(Weareunique(v[0], v[1])) fmt.Println(Weareunique(v[0], v[1]))
@ -57,4 +57,4 @@ $ go run .
11 11
0 0
$ $
``` ```

Loading…
Cancel
Save