Browse Source

style(wordflip): white-space

pull/2057/head
Tiago Collot 2 years ago committed by MSilva95
parent
commit
fbf24f0e17
  1. 8
      subjects/wordflip/README.md

8
subjects/wordflip/README.md

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

Loading…
Cancel
Save