Steps to submit Code-Kata problems in GUVI platform
Published in
2 min readJul 23, 2019
- Choose the question from the codekata & solve a program in any online compiler, Ex : (ideone.com)
- Once get solved in online compiler copy the code.
- Create a new account in (github.com). If already you have account in Github skip this step.
- Login to (github.com).
- Creat repository name called “code-kata problems”. Note: Don’t forgot to check the (“Initialize this repository with a README”) & click to create the repository.
6. After creating the repository, Create a new file and paste the compiled code and name the file with extension of the programming language that you have used for example(“guvi.py”) & click the button “Commit new file”.
7.Select the file and copy the URL.
8.Paste the URL and select the language.
9. Enter the positive and negative test case.
10. Submit the code.