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 94 characters in body
Source Link
Emigna
  • 53.2k
  • 5
  • 44
  • 164

05AB1E, 5 bytes

00¤.:

Try it online!

Explanation

00 # push 00
 ¤ # tail, pushes 0
 .: # replace

05AB1E, 5 bytes

00¤.:

Try it online!

05AB1E, 5 bytes

00¤.:

Try it online!

Explanation

00 # push 00
 ¤ # tail, pushes 0
 .: # replace
Source Link
Emigna
  • 53.2k
  • 5
  • 44
  • 164

05AB1E, 5 bytes

00¤.:

Try it online!

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