I created this repository to keep track of my answers to the Project Euler questions.
Do the following to run the tests.
- Download and install sbt 11.2
- git clone git://github.com/andyczerwonka/euler.git
- cd euler
- sbt update
- sbt test
I created this repository to keep track of my answers to the Project Euler questions.
Do the following to run the tests.