Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 1012 Bytes

README.md

File metadata and controls

38 lines (29 loc) · 1012 Bytes

Project Euler Build Status

Collection of all my solutions to problems on Project Euler .

All solutions are written in the Clojure programming language and are built using Leiningen .

Usage

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
===================================

License

Copyright (C) 2015 Tyler Alterio

Distributed under the Eclipse Public License, the same as Clojure.