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

deleted 72 characters in body
Source Link
emanresu A
  • 46.2k
  • 5
  • 111
  • 257

V, 13 bytes

17é0òÄlxx>òr*

Try it online!

(削除) This is non-competing because V is newer than the challenge (削除ここまで), but it's 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

V, 13 bytes

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

V, 13 bytes

17é0òÄlxx>òr*

Try it online!

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
deleted 9 characters in body
Source Link
emanresu A
  • 46.2k
  • 5
  • 111
  • 257

V, 13 bytes (non-competing)

17é0òÄlxx>òr*

Try it online!

This is non-competing because V is newer than the challenge(削除) 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

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

V, 13 bytes

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

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