No description
- Python 100%
| __pycache__ | ||
| .gitignore | ||
| __main__.py | ||
| base.py | ||
| Readme.md | ||
| readme.md | ||
deskill
Leetcode like programing questsions
deskill is a leetcode like programing question base with future plans to allow for pulling questions from repositorys.
how to use
- Initiate enviroment
deskil init
- (Coming soon) pull questions
deskil pull basic_addition
- load questions into enviroment
deskil load basic_addition
- edit the newly created base.py file to solve the problem.
- test your program
deskil test