Browse Source

Update README.md

fixDevirged
Hamza elkhatri 2 years ago
parent
commit
1e5c576514
  1. 2
      subjects/skiptheline/README.md

2
subjects/skiptheline/README.md

@ -2,7 +2,7 @@
### Instructions
Write a function that receives a string and a slice of strings. Return a new slice with the given string prepended.
Write a function that takes a string and a slice of strings, this function will return a new slice of sting with the given string prepended
### Expected function

Loading…
Cancel
Save