Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 474 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 474 Bytes

euler

My answers to Project Euler programming problems, implemented in Clojure.

Usage

This project is build using Leiningen, a Clojure build tool. Once installed, you can execute the tests for all the solutions with these commands (the first two are only necessary the first time):

lein clean
lein deps
lein test