RosettaCodeData/Task/Stack/Go/stack-3.go

2 lines
73 B
Go
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
popped, intStack = intStack[len(intStack)-1], intStack[:len(intStack)-1]