- Python 3.7
- Unittest package for tests
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
.
To run the unit tests use the command python -m unittest tests/main_test.py
.