Browse Source

docs: Add spaces between elements of slice

DEV-3241-DEV-3242-corewar
estlop 2 years ago committed by Dav Hojt
parent
commit
5a4d2a6387
  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