Back to challenges
MediumGit60 minby ifdotpy
demo-git
TODO: one-liner for task cards
Overview
TODO: public description shown on the task detail page.
How to solve
Start
Launch a session to get a private git repository with clone credentials
Solve
Clone the repo, write your solution, and push to the main branch
Submit
Click submit to run the test suite against your latest commit
terminal
# Start a session, then clone the repository
$ git add . && git commit -m 'solution' && git push
# push your solution, then click submit on the website
Top solvers
#SolverScoreTime
ifdotpy100%0m 0s
Task stats
Attempts
5
Avg score
60%
Best score
100%
Time limit
60m