Browse Source

docs: Add spaces between elements of slice

1258-canyoucount
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() { func main() {
ints := {6,7,8,9,} ints := {6, 7, 8, 9,}
l := piscine.PopInt(ints) l := piscine.PopInt(ints)
fmt.Println(l) fmt.Println(l)
} }

Loading…
Cancel
Save