Diamond Kata Index   <<   >>


 

We’re going to write a program that builds a diamond picture
like this, for some set of letters from A to whatever:

  --A--
  -B-B-
  C---C
  -B-B-
  --A--