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

3 of 5
added 1 character in body
DJMcMayhem
  • 60.1k
  • 18
  • 203
  • 352

#V, 7 bytes

10é*10Ä

Try it online!

About as straightforward as an answer can be.

Explanation:

10 "10 times:
 é* "insert an asterisk
 10Ä "make 10 copies of the current line

Non-competing version (5 bytes):

10O±*

Explanation:

10O " Insert the following on the next ten lines:
 ± " 10 copies of
 * " an asterisk

This didn't work when the challenge was posted because of a bug.

DJMcMayhem
  • 60.1k
  • 18
  • 203
  • 352

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