2 lines
44 B
PowerShell
2 lines
44 B
PowerShell
|
|
zip3 @('a','b','c') @('A','B','C') @(1,2,3)
|
|
|
zip3 @('a','b','c') @('A','B','C') @(1,2,3)
|