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

Husk, 10 bytes

Cİ1ṠṁK..."AZ

Try it online!

###Explanation Cİ1ṠṁK..."AZ ..."AZ Get the alphabet ṠṁK Replace each letter with the whole alphabet C Cut the resulting string into lines with lengths İ1 equal to the list of odd numbers

Explanation

Cİ1ṠṁK..."AZ
 ..."AZ Get the alphabet
 ṠṁK Replace each letter with the whole alphabet
C Cut the resulting string into lines with lengths
 İ1 equal to the list of odd numbers

Husk, 10 bytes

Cİ1ṠṁK..."AZ

Try it online!

###Explanation Cİ1ṠṁK..."AZ ..."AZ Get the alphabet ṠṁK Replace each letter with the whole alphabet C Cut the resulting string into lines with lengths İ1 equal to the list of odd numbers

Husk, 10 bytes

Cİ1ṠṁK..."AZ

Try it online!

Explanation

Cİ1ṠṁK..."AZ
 ..."AZ Get the alphabet
 ṠṁK Replace each letter with the whole alphabet
C Cut the resulting string into lines with lengths
 İ1 equal to the list of odd numbers
added 23 characters in body
Source Link
Leo
  • 12.9k
  • 1
  • 33
  • 63

Husk, 1110 bytes

↑26Cİ1¢..."AZCİ1ṠṁK..."AZ

Try it online! Try it online!

###Explanation Cİ1ṠṁK..."AZ ..."AZ Get the alphabet ṠṁK Replace each letter with the whole alphabet C Cut the resulting string into lines with lengths İ1 equal to the list of odd numbers

↑26Cİ1¢..."AZ
↑26 Take the first 26 lines of
 ¢..."AZ The alphabet, cycled
 C cut into lines with lengths
 İ1 equal to the list of odd numbers

Husk, 11 bytes

↑26Cİ1¢..."AZ

Try it online!

###Explanation

↑26Cİ1¢..."AZ
↑26 Take the first 26 lines of
 ¢..."AZ The alphabet, cycled
 C cut into lines with lengths
 İ1 equal to the list of odd numbers

Husk, 10 bytes

Cİ1ṠṁK..."AZ

Try it online!

###Explanation Cİ1ṠṁK..."AZ ..."AZ Get the alphabet ṠṁK Replace each letter with the whole alphabet C Cut the resulting string into lines with lengths İ1 equal to the list of odd numbers

Source Link
Leo
  • 12.9k
  • 1
  • 33
  • 63

Husk, 11 bytes

↑26Cİ1¢..."AZ

Try it online!

###Explanation

↑26Cİ1¢..."AZ
↑26 Take the first 26 lines of
 ¢..."AZ The alphabet, cycled
 C cut into lines with lengths
 İ1 equal to the list of odd numbers

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