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

deleted 742 characters in body
Source Link

PowerShell, 2539 bytes

param($args|%[string]$i)($i|% t*y)-join"+"|iex

Try it online! Try it online!

PowerShell, 25 bytes

($args|% t*y)-join"+"|iex

Try it online!

PowerShell, 39 bytes

param([string]$i)($i|% t*y)-join"+"|iex

Try it online!

Source Link

PowerShell, 25 bytes

($args|% t*y)-join"+"|iex

Try it online!

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