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 3
Commonmark migration

MATL, 8 bytes

'*'10tX"

Try it online!

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

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