Browse Source

docs: Add spaces between elements of slice

1275-popint
estlop 2 years ago
parent
commit
381472716b
  1. 2
      subjects/popint/README.md

2
subjects/popint/README.md

@ -25,7 +25,7 @@ import (
)
func main() {
ints := {6,7,8,9,}
ints := {6, 7, 8, 9,}
l := piscine.PopInt(ints)
fmt.Println(l)
}

Loading…
Cancel
Save