Browse Source

Update README.md

pull/2057/head
zainab Dnaya 2 years ago committed by MSilva95
parent
commit
5712c7fe8c
  1. 8
      subjects/wordflip/README.md

8
subjects/wordflip/README.md

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

Loading…
Cancel
Save