Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 536 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 536 Bytes

Programming Exercies

To participate please

  • fork the repo
  • Clone the fork the repo.
  • When you are comfortable create a pull request make sure to includ the problem number, first/last name and language.
  • 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