Skip to content
/ diamond Public

Given a letter, print a diamond starting with ‘A’ with the supplied letter at the widest point.

Notifications You must be signed in to change notification settings

bgdev/diamond

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

"Print Diamond" Code Kata

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

Submitting a Solution

Develop your solution (any language) within directory matching your BGDev username.

Then comment in the BGDev forum topic.

Valid Solutions

Only solutions, which include a test suite are considered valid.

About

Given a letter, print a diamond starting with ‘A’ with the supplied letter at the widest point.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published