Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 431 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 431 Bytes

Project Euler Solutions

This repository contains some sample solutions to Project Euler-esque problems.

To run samples:

$ git clone https://github.com/bikegriffith/euler.git
$ cd euler
$ virtualenv .
$ . bin/activate
$ pip install nose requests
$ nosetests
.......
----------------------------------------------------------------------
Ran 7 tests in 0.258s

OK