Instantly share code, notes, and snippets.
<?php $s='A';while($s!='AA')echo str_repeat($s++.(--$s)[0],13)." ";
Try it online!