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 3
DJMcMayhem
  • 60.1k
  • 18
  • 203
  • 352

V, 13 bytes (non-competing)

17é0òÄlxx>òr*

Try it online!

This is non-competing because V is newer than the challenge, but it's fun to beat the accepted answer by a huge margin. :D

Explanation:

17é0 " Insert 17 '0's
 ò ò " Recursively:
 Ä " Copy this line upwards
 l " Move one char to the right
 xx " Delete two characters
 > " Indent this line
 r* " Replace the last character with an asterisk
DJMcMayhem
  • 60.1k
  • 18
  • 203
  • 352

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