Browse Source

docs(loafofbread): indentation fix

pull/1541/head
Tiago Collot 2 years ago
parent
commit
087a16d8ba
  1. 11
      subjects/loafofbread/README.md

11
subjects/loafofbread/README.md

@ -23,15 +23,16 @@ Here is a possible program to test your function:
package main
import (
"fmt"
"piscine"
"fmt"
"piscine"
)
func main() {
fmt.Print(piscine.LoafOfBread("deliciousbread"))
fmt.Print(piscine.LoafOfBread("This is a loaf of bread"))
fmt.Print(piscine.LoafOfBread("loaf"))
fmt.Print(piscine.LoafOfBread("deliciousbread"))
fmt.Print(piscine.LoafOfBread("This is a loaf of bread"))
fmt.Print(piscine.LoafOfBread("loaf"))
}
```
And its output:

Loading…
Cancel
Save