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