Browse Source

style: formatting

fixDevirged
Tiago Collot 2 years ago
parent
commit
65f302e578
  1. 3
      subjects/loafofbread/README.md

3
subjects/loafofbread/README.md

@ -11,6 +11,7 @@ Write a function `LoafOfBread()` that takes a string and returns another one wit
```go ```go
func LoafOfBread(str string) string { func LoafOfBread(str string) string {
} }
``` ```
@ -35,6 +36,6 @@ And its output:
```go ```go
$ go run . | cat -e $ go run . | cat -e
delic ousbr ad$ delic ousbr ad$
Thisi aloaf fbrea$ Thisi aloaf ofbre d$
Invalid Output$ Invalid Output$
``` ```

Loading…
Cancel
Save