RosettaCodeData/Task/Rot-13/PowerShell/rot-13.psh
2018-06-22 20:57:24 +00:00

3 lines
122 B
Text

$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 ""