Skip to content

My Different Implementations of the Diamond Kata

Notifications You must be signed in to change notification settings

Prodge/Diamond-Kata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Diamond Kata Implementations

My implementations of the diamond kata.

A great way to learn and compare new languages.

Example output

             a
            b b
           c   c
          d     d
         e       e
        f         f
       g           g
      h             h
     i               i
    j                 j
   k                   k
  l                     l
 m                       m
  l                     l
   k                   k
    j                 j
     i               i
      h             h
       g           g
        f         f
         e       e
          d     d
           c   c
            b b
             a