Browse Source

style(piscine-go): fix white-space

pull/1472/head
Tiago Collot 2 years ago
parent
commit
c9ee2ca990
  1. 4
      subjects/jumpover/README.md

4
subjects/jumpover/README.md

@ -17,7 +17,7 @@ func JumpOver(str string) string {
### Usage
Here is a possible program to test your function :
Here is a possible program to test your function:
```go
package main
@ -32,7 +32,7 @@ func main() {
}
```
And its output :
And its output:
```go
$ go run . | cat -e

Loading…
Cancel
Save