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

loicbaron/KataDimond

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

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

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