Revision b16e1f29-3c07-47dd-815d-77d7c56a9fb2 - Code Golf Stack Exchange

# [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

[05AB1E]: https://github.com/Adriandmen/05AB1E
[Try it online!]: https://tio.run/nexus/05ab1e#@192eIP9//8eqTk5@ToK4flFOSmKAA "05AB1E – TIO Nexus"

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