diamond-kata Given a letter, print a diamond starting with 'A' with the supplied letter at the widest point. For example: diamond.print('C') prints A B B C C B B A source http://codingdojo.org/kata/Diamond/