RosettaCodeData/Task/Rot-13/PowerShell/rot-13-1.ps1
2026-04-30 12:34:36 -04:00

3 lines
122 B
PowerShell

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