Browse Source

Update README.md

pull/2057/head
zainab Dnaya 2 years ago committed by MSilva95
parent
commit
976746e845
  1. 10
      subjects/wordflip/README.md

10
subjects/wordflip/README.md

@ -27,10 +27,10 @@ import (
) )
func main() { func main() {
fmt.Print(WordFlip("First second last")) WordFlip("First second last")
fmt.Print(WordFlip("")) WordFlip("")
fmt.Print(WordFlip(" ")) //all spaces WordFlip(" ") //all spaces
fmt.Print(WordFlip(" hello all of you! ")) WordFlip(" hello all of you! ")
} }
``` ```
@ -43,4 +43,4 @@ last second First$
Invalid Output$ Invalid Output$
$ $
you! of all hello$ you! of all hello$
``` ```

Loading…
Cancel
Save