/clojure-euler

Project Euler problems to help me learn Clojure [fun, challenges]

Primary LanguageClojureEclipse Public License 1.0EPL-1.0

clojure-euler

Clojure solutions for Project Euler.

Usage

Start the REPL with

lein repl

I built a problem runner. Run it with

(require 'runner.runner)
(runner/run [x])
; with x being the problem number you want to run

License

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.