Skip to content

Solutions to Project Euler problems written in Clojure

License

Notifications You must be signed in to change notification settings

ajpierce/project_euler_clj

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published