Browse Source

docs:(bezero): add missing space between line 5 and line 6

DEV-3202-new-go-exercicse-be-zero-fix
Tiago Collot 2 years ago
parent
commit
fafaeae863
  1. 1
      subjects/bezero/README.md

1
subjects/bezero/README.md

@ -3,6 +3,7 @@
### Instructions
Write a function that takes a slice of integers as an argument and returns the same slice by initializing all the elements to 0.
- If the slice is empty, return an empty slice.
### Expected function

Loading…
Cancel
Save