Browse Source

docs(byebyefirst): ran prettier format

DEV-4017-prototypes-exercise-1-animals
jrosendo 2 years ago committed by José Rosendo
parent
commit
a8cae3aa7c
  1. 2
      subjects/byebyefirst/README.md

2
subjects/byebyefirst/README.md

@ -2,7 +2,7 @@
### Instructions
Write a function that takes a slice of `string`'s and returns a new slice without the first element.
Write a function that takes a slice of `string`'s and returns a new slice without the first element.
- If the slice is empty, return the empty slice.

Loading…
Cancel
Save