docs(loafofbread): indentation fix

This commit is contained in:
Tiago Collot 2022-10-17 14:27:38 +01:00
parent aacf91b934
commit 087a16d8ba
1 changed files with 6 additions and 5 deletions

View File

@ -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: