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

edited body
Source Link
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

Non-competing version (55 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.

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.

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.

Commonmark migration
Source Link

#V , 7 bytes

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.

#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.

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.

added 1 character in body
Source Link
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 asterikasterisk
 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.

#V, 7 bytes

10é*10Ä

Try it online!

About as straightforward as an answer can be.

Explanation:

10 "10 times:
 é* "insert an asterik
 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.

#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.

added 284 characters in body
Source Link
DJMcMayhem
  • 60.1k
  • 18
  • 203
  • 352
Loading
Source Link
DJMcMayhem
  • 60.1k
  • 18
  • 203
  • 352
Loading

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