Skip to content

emranuddin75/Kata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Kata

Diamond Kata Task Completed By Emran Uddin

Problem

Given a character from the alphabet, print a diamond of its output with that character being the midpoint of the diamond.

Examples

> diamond.exe A
  A

> diamond.exe B
   A
  B B
   A

> diamond.exe C
    A
   B B
  C   C
   B B
    A

Completed

Source contains the following projects: Diamond.Console Kata.Core Kata.Tests

Release contains the following: published : Diamond.exe batch file: run.bat

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published