Skip to main content
We’ve updated our Terms of Service. A new AI Addendum clarifies how Stack Overflow utilizes AI interactions.
Code Golf

Return to Answer

added 3 characters in body
Source Link
Joey
  • 13.2k
  • 2
  • 44
  • 73

PowerShellPowerShell, 4437 bytes

25..0|%{-join('Z'..'A')[$_..($_-25)]}
-1..24|%{-join[char[]](65..90)[($_-25)..$_]}

Try it online!

PowerShell, 44 bytes

-1..24|%{-join[char[]](65..90)[($_-25)..$_]}

PowerShell, 37 bytes

25..0|%{-join('Z'..'A')[$_..($_-25)]}

Try it online!

added 1 character in body
Source Link
Joey
  • 13.2k
  • 2
  • 44
  • 73

PowerShell, 4344 bytes

0-1..25|%24|%{-join[char[]](65..90)[($_-2625)..$_]}

PowerShell, 43 bytes

0..25|%{-join[char[]](65..90)[($_-26)..$_]}

PowerShell, 44 bytes

-1..24|%{-join[char[]](65..90)[($_-25)..$_]}
Source Link
Joey
  • 13.2k
  • 2
  • 44
  • 73

PowerShell, 43 bytes

0..25|%{-join[char[]](65..90)[($_-26)..$_]}

AltStyle によって変換されたページ (->オリジナル) /