Collection of all my solutions to problems on Project Euler .
All solutions are written in the Clojure programming language and are built using Leiningen .
This program takes numbers from the command line. It prints out the solutions and how long they took to compute.
$ lein run 22 31
============== BEGIN ==============
"Elapsed time: 339.786618 msecs"
Project Euler 22 : 871198282
===================================
"Elapsed time: 33.320589 msecs"
Project Euler 31 : 73682
===================================
Copyright (C) 2015 Tyler Alterio
Distributed under the Eclipse Public License, the same as Clojure.