2 lines
46 B
PowerShell
2 lines
46 B
PowerShell
|
|
1, 2, 3, 4 | ForEach-Object {$stack.Push($_)}
|
|
|
1, 2, 3, 4 | ForEach-Object {$stack.Push($_)}
|