Browse Source

docs(secondhalf): instructions upgrade

pull/1513/head
Tiago Collot 2 years ago committed by Michele
parent
commit
027eb2f859
  1. 2
      subjects/secondhalf/README.md

2
subjects/secondhalf/README.md

@ -2,7 +2,7 @@
### Instructions
Write a function `SecondHalf()` that receives a slice of `int` and returns another slice of `int` with the last half of the values.
Write a function `SecondHalf()` that receives a slice of `int` and returns another slice of `int` with the second half of the values.
- If the length is odd, round it up.

Loading…
Cancel
Save