Browse Source

Update README.md

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

8
subjects/reversesecondhalf/README.md

@ -26,9 +26,9 @@ import (
) )
func main() { func main() {
fmt.Print(ReverseSecondHalf("This is the 1st half This is the 2nd half")) ReverseSecondHalf("This is the 1st half This is the 2nd half")
fmt.Print(ReverseSecondHalf("")) ReverseSecondHalf("")
fmt.Print(ReverseSecondHalf("Hello World")) ReverseSecondHalf("Hello World")
} }
``` ```
@ -39,4 +39,4 @@ $ go run . | cat -e
flah dn2 eht si sihT$ flah dn2 eht si sihT$
Invalid Output$ Invalid Output$
dlroW$ dlroW$
``` ```

Loading…
Cancel
Save