Browse Source

Update unmatch.en.md

content-update
LEEDASILVA 5 years ago committed by GitHub
parent
commit
ebdc0e3939
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      subjects/unmatch.en.md

2
subjects/unmatch.en.md

@ -4,6 +4,8 @@
Write a function, Unmatch, that returns the element of the slice (arr) that does not have a correspondent pair.
- If there no number with a correspondent pair, it shoud return `-1`.
### Expected function
```go

Loading…
Cancel
Save