Browse Source

Update README.md

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

2
subjects/weareunique/README.md

@ -4,7 +4,7 @@
Write a function that takes two strings and returns the number of characters that are not included in both, without doubles.
- If there is no unique charachters return 0.
- If both strings are empty or one of them return -1.
- If both strings are empty return -1.
### Expected function

Loading…
Cancel
Save