Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 384 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 384 Bytes

Project Euler Answers

I created this repository to keep track of my answers to the Project Euler questions.

Do the following to run the tests.

  1. Download and install sbt 11.2
  2. git clone git://github.com/andyczerwonka/euler.git
  3. cd euler
  4. sbt update
  5. sbt test