Skip to content

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

Nathan4KImpact/kata-alphabet-diamond

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

#kata-alphabet-diamond Kata Description Given a letter, print a diamond starting with 'A' with the supplied letter at the widest point. Examples :

Input: A Output: A

Input: B Output: A B B A

Input: C Output: 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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages