Browse Source

docs(sliceAdd): fixed subject

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

1
subjects/sliceadd/README.md

@ -3,6 +3,7 @@
### Instructions
Write a function that takes a slice of integers and an `int` as arguments, adds the `int` to the slice and returns it.
- If the slice is empty, return a slice with the new value.
### Expected function

Loading…
Cancel
Save