RosettaCodeData/Task/Zig-zag-matrix/PowerShell/zig-zag-matrix-2.psh

2 lines
56 B
Plaintext

zigzag 5 | Format-Wide {"{0,2}" -f $_} -Column 5 -Force