[Golang]$ go run test.go
42
21
73
[Golang]$
[Golang]$ go run test.go
Cumbersome way: 3
Permitted way: 3
Printing v: {24 7}
[Golang]$
[Golang]$ go run test.go
Base array: [2 3 5 7 11 13]
Slice: [3 5 7]
Base array: [2 39 5 7 11 13]
Slice: [39 5 7]
[Golang]$