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 Revisions

1 of 5
Riley
  • 11.7k
  • 2
  • 23
  • 53

05AB1E, 3 bytes

vð?

Try it online!

v # For each character...
 ð? # Output a space without a newline

Other 3 byte solutions

v¶? # For each character print a newline (without adding a newline)
võ, # For each character print the empty string with a newline
Riley
  • 11.7k
  • 2
  • 23
  • 53

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