Browse Source

docs(sliceadd): ran prettier format

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

2
subjects/sliceadd/README.md

@ -2,7 +2,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.
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.

Loading…
Cancel
Save