Browse Source

corrected

DEV-4017-prototypes-exercise-1-animals
zainabdnaya 2 years ago committed by José Rosendo
parent
commit
1b9ffc115f
  1. 5
      subjects/weareunique/README.md

5
subjects/weareunique/README.md

@ -38,8 +38,9 @@ func main() {
{"everyone", ""}, {"everyone", ""},
{"hello world", "fam"}, {"hello world", "fam"},
} }
for _, v := range arr {
for fmt.Println(Weareunique(v[0], v[1]))
}
} }
``` ```

Loading…
Cancel
Save