diff --git a/subjects/fromto/README.md b/subjects/fromto/README.md index 988927679..39481f75a 100644 --- a/subjects/fromto/README.md +++ b/subjects/fromto/README.md @@ -47,7 +47,6 @@ func main() { fmt.Print(piscine.FromTo(10, 10)) fmt.Print(piscine.FromTo(100, 10)) } - ``` And its output: