Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 375 Bytes

File metadata and controls

11 lines (7 loc) · 375 Bytes

Project Euler

Description

These are solutions to Project Euler problems. It's easy to find solutions on the net, so if you don't want to spoil the fun, don't look at these.

Development

  1. Install poetry: curl -sSL https://install.python-poetry.org | python
  2. Install dependencies: poetry install
  3. Run tests: poetry run test