Browse Source

style(fishandchips): format indentation

pull/2069/head
Tiago Collot 2 years ago committed by Michele
parent
commit
a633c819d0
  1. 12
      subjects/fishandchips/README.md

12
subjects/fishandchips/README.md

@ -24,20 +24,20 @@ 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.FishAndChips(4)) fmt.Println(piscine.FishAndChips(4))
fmt.Println(piscine.FishAndChips(9)) fmt.Println(piscine.FishAndChips(9))
fmt.Println(piscine.FishAndChips(6)) fmt.Println(piscine.FishAndChips(6))
} }
``` ```
And its output: And its output:
```go ```console
fish$ fish$
$ $
chips$ chips$

Loading…
Cancel
Save