Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 545 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 545 Bytes

Project Euler

Continuous Integration

Goals

  • All original solutions
  • No external libraries (Python standard library only)
  • Reasonably quick solutions (<10s each)

Getting Started

poetry install
poetry shell
...

Run Tests and Solve Problems

pytest [-k <problem number>]