Skip to content

myugen/kata-diamond-typescript

Repository files navigation

Diamond

About this Kata

Alistair Cockburn wrote a blog post about this kata, in response to the Seb Rose kata proposition. 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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published