2 lines
44 B
PowerShell
2 lines
44 B
PowerShell
|
|
1,2,3 | ForEach-Object {$queue.Enqueue($_)}
|
|
|
1,2,3 | ForEach-Object {$queue.Enqueue($_)}
|