Skip to content

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

License

Notifications You must be signed in to change notification settings

it-agile/diamond-kata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages