Improving on @gabe3886's answer (new account and not able to comment)
##PHP (削除) 94 (削除ここまで) 92 Bytes
PHP (削除) 94 (削除ここまで) 92 Bytes
<?php for($i=0;$i<26;)echo str_repeat(substr('ABCDEFGHIJKLMNOPQRSTUVWXYZA',$i++,2),13)."\n";
However if you suppress notices, it's (削除) 92 (削除ここまで) 90 bytes
<?php for(;@$i<26;)echo str_repeat(substr('ABCDEFGHIJKLMNOPQRSTUVWXYZA',@$i++,2),13)."\n";
Improving on @gabe3886's answer (new account and not able to comment)
##PHP (削除) 94 (削除ここまで) 92 Bytes
<?php for($i=0;$i<26;)echo str_repeat(substr('ABCDEFGHIJKLMNOPQRSTUVWXYZA',$i++,2),13)."\n";
However if you suppress notices, it's (削除) 92 (削除ここまで) 90 bytes
<?php for(;@$i<26;)echo str_repeat(substr('ABCDEFGHIJKLMNOPQRSTUVWXYZA',@$i++,2),13)."\n";
Improving on @gabe3886's answer (new account and not able to comment)
PHP (削除) 94 (削除ここまで) 92 Bytes
<?php for($i=0;$i<26;)echo str_repeat(substr('ABCDEFGHIJKLMNOPQRSTUVWXYZA',$i++,2),13)."\n";
However if you suppress notices, it's (削除) 92 (削除ここまで) 90 bytes
<?php for(;@$i<26;)echo str_repeat(substr('ABCDEFGHIJKLMNOPQRSTUVWXYZA',@$i++,2),13)."\n";
Improving on @gabe3886's answer (new account and not able to comment)
##PHP (削除) 94 (削除ここまで) 92 Bytes
<?php for($i=0;$i<26;)echo str_repeat(substr('ABCDEFGHIJKLMNOPQRSTUVWXYZA',$i++,2),13)."\n";
However if you suppress notices, it's (削除) 92 (削除ここまで) 90 bytes
<?php for(;@$i<26;)echo str_repeat(substr('ABCDEFGHIJKLMNOPQRSTUVWXYZA',@$i++,2),13)."\n";