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 4
-1 byte, reformatted

#R, (削除) 47 (削除ここまで) (削除) 42 (削除ここまで) 41 bytes

write(rep(LETTERS,27)[-27*1:26],1,26,,'') 

Try it online!

Generates 27 alphabetes, removes 27-th letters and prints in 26 columns.

Improvement inspired by @Giuseppe's solution.

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