#R, (削除) 47 (削除ここまで) (削除) 42 (削除ここまで) 41 bytes
write(rep(LETTERS,27)[-27*1:26],1,26,,'')
Generates 27 alphabetes, removes 27-th letters and prints in 26 columns.
Robert Hacken
- 441
- 5
- 7
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 Exchange#R, (削除) 47 (削除ここまで) (削除) 42 (削除ここまで) 41 bytes
write(rep(LETTERS,27)[-27*1:26],1,26,,'')
Generates 27 alphabetes, removes 27-th letters and prints in 26 columns.