To participate please
- Clone the repo.
- Create a branch named as follows: problemnumber_firstname_lastname
- When you are comfortable create a pull request.
- The folder structure should be as follows
- python/app <- main folder for your code
- python/test <- your tests should live here.
- Use Pylint and mypy on your code.
Problem 1. Hello World