RosettaCodeData/Task/Lucas-Lehmer-test/PowerShell/lucas-lehmer-test-2.psh
2016-12-05 22:15:40 +01:00

1 line
65 B
Text

Get-MersennePrime | Format-Wide {"{0,4}" -f $_} -Column 4 -Force