ajpierce / project_euler_clj

Solutions to Project Euler problems written in Clojure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project Euler Clojure Solutions

My solutions (in Clojure) to Project Euler problems

Running

If you haven't already, install Leiningen

Type lein repl to start the REPL in this project's directory.

Then, to see the answer to (for example) problem 030, type (in the REPL):

(use 'euler.solutions.030 :reload)

Feedback

If you see something I could be doing better, send me a pull request! Being able to interact with a Clojure mentor would be fantastic.

About

Solutions to Project Euler problems written in Clojure

License:MIT License


Languages

Language:Clojure 100.0%