Challenges 2 - oliyh/learning-clojure GitHub Wiki

  1. Print out a Christmas tree of height n
n = 5

    *
   ***
  *****
 *******
    *