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

4 lines
122 B
PowerShell
Raw Permalink Normal View History

2026-04-30 12:34:36 -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 ""