Browse Source

docs(descendappendrange): fix indentation

DEV-3376-pointers-drop-the-thread-multiple-issues
Tiago Collot 2 years ago
parent
commit
e62a381533
  1. 8
      subjects/descendappendrange/README.md

8
subjects/descendappendrange/README.md

@ -26,13 +26,13 @@ Here is a possible program to test your function:
package main package main
import ( import (
"fmt" "fmt"
"piscine" "piscine"
) )
func main() { func main() {
fmt.Println(piscine.DescendAppendRange(10, 5)) fmt.Println(piscine.DescendAppendRange(10, 5))
fmt.Println(piscine.DescendAppendRange(5, 10)) fmt.Println(piscine.DescendAppendRange(5, 10))
} }
``` ```

Loading…
Cancel
Save