Vyxal j, 7 bytes
kAǏz13*
kA # uppercase alphabet
Ǐ # Append the first letter
z # Get overlapping pairs
13* # Repeat each 13 times
# (j flag) join by newlines
emanresu A
- 46.2k
- 5
- 111
- 257
Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.
Visit Stack Exchangej, 7 byteskAǏz13*
kA # uppercase alphabet
Ǐ # Append the first letter
z # Get overlapping pairs
13* # Repeat each 13 times
# (j flag) join by newlines