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.
- Install poetry:
curl -sSL https://install.python-poetry.org | python
- Install dependencies:
poetry install
- Run tests:
poetry run test