Browse Source

docs: Add type to declaration in usage

pull/1327/head
estlop 2 years ago committed by Dav Hojt
parent
commit
a7c012310c
  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 := int{6, 7, 8, 9,}
l := piscine.PopInt(ints) l := piscine.PopInt(ints)
fmt.Println(l) fmt.Println(l)
} }

Loading…
Cancel
Save