Browse Source

small fix

pull/1327/head
MSilva95 2 years ago committed by Dav Hojt
parent
commit
c9790ce688
  1. 5
      subjects/popint/README.md

5
subjects/popint/README.md

@ -21,11 +21,8 @@ package main
import "fmt"
func main() {
ints := []int{6, 7, 8, 9,}
l := PopInt(ints)
fmt.Println(l)
fmt.Println(PopInt([]int{6, 7, 8, 9}))
}
```

Loading…
Cancel
Save