About this Kata
http://codingdojo.org/kata/Diamond/
Problem Description
Given a letter, print a diamond starting with ‘A’ with the supplied letter at the widest point.
For example: print-diamond ‘C’ prints
A
B B
C C
B B
A
About this Kata
http://codingdojo.org/kata/Diamond/
Problem Description
Given a letter, print a diamond starting with ‘A’ with the supplied letter at the widest point.
For example: print-diamond ‘C’ prints
A
B B
C C
B B
A