Browse Source

docs(fromto):fix format

pull/2057/head
Hamza elkhatri 2 years ago committed by MSilva95
parent
commit
fb0374d2fc
  1. 4
      subjects/fromto/README.md

4
subjects/fromto/README.md

@ -32,9 +32,7 @@ Here is a possible program to test your function :
```go
package main
import (
"fmt"
)
import "fmt"
func main() {
fmt.Print(FromTo(1, 10))

Loading…
Cancel
Save