Browse Source

Update README.md

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

2
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]))

Loading…
Cancel
Save