RosettaCodeData/Task/Rot-13/PowerShell/rot-13-1.psh
2023-07-01 13:44:08 -04: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 ""