Browse Source

Update listremoveif.en.md

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

3
subjects/listremoveif.en.md

@ -4,8 +4,6 @@
Write a function `ListRemoveIf` that removes all elements that are equal to the `data_ref` introduced in the argument of the function.
- In case the list is empty print the message present a new line `\n`.
### Expected function and structure
```go
@ -87,7 +85,6 @@ student@ubuntu:~/piscine/test$ go build
student@ubuntu:~/piscine/test$ ./test
------answer-----
----normal state----
1 -> <nil>
------answer-----

Loading…
Cancel
Save