RosettaCodeData/Task/Binary-digits/PowerShell/binary-digits.psh

2 lines
59 B
Plaintext

@(5,50,900) | foreach-object { [Convert]::ToString($_,2) }