Browse Source

docs: Add type to declaration in usage

DEV-3241-DEV-3242-corewar
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() {
ints := {6, 7, 8, 9,}
ints := int{6, 7, 8, 9,}
l := piscine.PopInt(ints)
fmt.Println(l)
}

Loading…
Cancel
Save