Browse Source

Update README.md

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

4
subjects/reversesecondhalf/README.md

@ -21,9 +21,7 @@ Here is a possible program to test your function:
```go
package main
import (
"fmt"
)
import "fmt"
func main() {
fmt.Print(ReverseSecondHalf("This is the 1st half This is the 2nd half"))

Loading…
Cancel
Save