Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 699 Bytes

File metadata and controls

14 lines (8 loc) · 699 Bytes

Build Status

Dependencies

  • Python 3.7
  • Unittest package for tests

The repository

This repository contains solutions for some problems of the Project Euler. Each challenge has its own directory with implementation and a short README file containing the answer and a short explanation. Tu run and print the solutions, run the file main.py passing the challenge number as parameter. Exemple: python main.py 102.

Unit tests

To run the unit tests use the command python -m unittest tests/main_test.py.