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
Jonathan Allan
  • 115.4k
  • 8
  • 68
  • 293

Bash, 33 bytes

xxd -u -p 1ドル|fold -w2|tr '\n' ' '

Try it online!

Probably non-optimal, I'm not much of a Linux-head. Note that the TIO link above uses input - we can write files locally, so this works but the echo needs us to escape the $ so it looks like 34 bytes.

Jonathan Allan
  • 115.4k
  • 8
  • 68
  • 293

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