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

5 of 5
edited body
emanresu A
  • 46.2k
  • 5
  • 111
  • 257

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

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 によって変換されたページ (->オリジナル) /