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() {
fmt.Print(WordFlip("First second last"))
fmt.Print(WordFlip(""))
fmt.Print(WordFlip(" ")) //all spaces
fmt.Print(WordFlip(" hello all of you! "))
WordFlip("First second last")
WordFlip("")
WordFlip(" ") //all spaces
WordFlip(" hello all of you! ")
}
```
@ -43,4 +43,4 @@ last second First$
Invalid Output$
$
you! of all hello$
```
```

Loading…
Cancel
Save