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

Commonmark migration
Source Link

#MATL , 8 bytes

MATL , 8 bytes

'*'10tX"

Try it online!

'*' % Push '*' (string containing an asterisk)
10t % Push 10 twice
X" % Repeat the string ×ばつ10 times. Implicitly display

#MATL , 8 bytes

'*'10tX"

Try it online!

'*' % Push '*' (string containing an asterisk)
10t % Push 10 twice
X" % Repeat the string ×ばつ10 times. Implicitly display

MATL , 8 bytes

'*'10tX"

Try it online!

'*' % Push '*' (string containing an asterisk)
10t % Push 10 twice
X" % Repeat the string ×ばつ10 times. Implicitly display
deleted 1 character in body
Source Link
Luis Mendo
  • 106.7k
  • 10
  • 139
  • 382

#MATL, 8 bytes

'*'10tX"

Try it online!

'*' % Push '*' (string containing an asterisk)
10t % Push 10 twice
X" % Repeat the string ×ばつ10 times. Implicitly display

#MATL, 8 bytes

'*'10tX"

Try it online!

'*' % Push '*' (string containing an asterisk)
10t % Push 10 twice
X" % Repeat the string ×ばつ10 times. Implicitly display

#MATL, 8 bytes

'*'10tX"

Try it online!

'*' % Push '*' (string containing an asterisk)
10t % Push 10 twice
X" % Repeat the string ×ばつ10 times. Implicitly display
Source Link
Luis Mendo
  • 106.7k
  • 10
  • 139
  • 382

#MATL, 8 bytes

'*'10tX"

Try it online!

'*' % Push '*' (string containing an asterisk)
10t % Push 10 twice
X" % Repeat the string ×ばつ10 times. Implicitly display

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