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

#SOGL V0.12 , 8 bytes Z«Z1'0∙I

SOGL V0.12 , 8 bytes

Z«Z1'0∙I

Try it Here!

Explanation:

Z push the uppercase alphabet
 « put its first letter at the end
 Z push the alphabet once again
 1 wrap in array: ["BCDEFGHIJKLMNOPQRSTUVWXYZA", "ABCDEFGHIJKLMNOPQRSTUVWXYZ"]
 '0∙ multiply vertically 13 times
 I rotate clockwise

#SOGL V0.12 , 8 bytes Z«Z1'0∙I

Try it Here!

Explanation:

Z push the uppercase alphabet
 « put its first letter at the end
 Z push the alphabet once again
 1 wrap in array: ["BCDEFGHIJKLMNOPQRSTUVWXYZA", "ABCDEFGHIJKLMNOPQRSTUVWXYZ"]
 '0∙ multiply vertically 13 times
 I rotate clockwise

SOGL V0.12 , 8 bytes

Z«Z1'0∙I

Try it Here!

Explanation:

Z push the uppercase alphabet
 « put its first letter at the end
 Z push the alphabet once again
 1 wrap in array: ["BCDEFGHIJKLMNOPQRSTUVWXYZA", "ABCDEFGHIJKLMNOPQRSTUVWXYZ"]
 '0∙ multiply vertically 13 times
 I rotate clockwise
Source Link
dzaima
  • 20.3k
  • 2
  • 42
  • 75

#SOGL V0.12, 8 bytes Z«Z1'0∙I

Try it Here!

Explanation:

Z push the uppercase alphabet
 « put its first letter at the end
 Z push the alphabet once again
 1 wrap in array: ["BCDEFGHIJKLMNOPQRSTUVWXYZA", "ABCDEFGHIJKLMNOPQRSTUVWXYZ"]
 '0∙ multiply vertically 13 times
 I rotate clockwise

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