Browse Source

Update README.md

DEV-4017-prototypes-exercise-1-animals
zainab Dnaya 2 years ago committed by José Rosendo
parent
commit
d8b5cb4e2d
  1. 7
      subjects/reversesecondhalf/README.md

7
subjects/reversesecondhalf/README.md

@ -26,10 +26,11 @@ import (
)
func main() {
ReverseSecondHalf("This is the 1st half This is the 2nd half")
ReverseSecondHalf("")
ReverseSecondHalf("Hello World")
fmt.Print(ReverseSecondHalf("This is the 1st half This is the 2nd half"))
fmt.Print(ReverseSecondHalf(""))
fmt.Print(ReverseSecondHalf("Hello World"))
}
```
And its output :

Loading…
Cancel
Save