RosettaCodeData/Task/Rot-13/PowerShell/rot-13-1.psh

4 lines
122 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
$e = "This is a test Guvf vf n grfg"
[char[]](0..64+78..90+65..77+91..96+110..122+97..109+123..255)[[char[]]$e] -join ""