Challenges 3 - oliyh/learning-clojure GitHub Wiki

  1. Write a function that generates the Fibonnaci sequence [1 1 2 3 5 8 13 21 34 ... ]
  2. Try a few Euler problems