No description
Find a file
2026-03-09 17:43:20 +00:00
__pycache__ added readme and .gitignore 2026-03-09 17:43:20 +00:00
.gitignore added readme and .gitignore 2026-03-09 17:43:20 +00:00
__main__.py added readme and .gitignore 2026-03-09 17:43:20 +00:00
base.py added readme and .gitignore 2026-03-09 17:43:20 +00:00
Readme.md added readme and .gitignore 2026-03-09 17:43:20 +00:00
readme.md added readme and .gitignore 2026-03-09 17:43:20 +00:00

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

  1. Initiate enviroment
deskil init
  1. (Coming soon) pull questions
deskil pull basic_addition
  1. load questions into enviroment
deskil load basic_addition
  1. edit the newly created base.py file to solve the problem.
  2. test your program
deskil test