Skip to content
This repository was archived by the owner on Mar 10, 2026. It is now read-only.

Latest commit

 

History

History
15 lines (9 loc) · 384 Bytes

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