Skip to content

Latest commit

 

History

History
54 lines (44 loc) · 2.22 KB

README.MD

File metadata and controls

54 lines (44 loc) · 2.22 KB

Solution for quera.org

Order By: number of submissions with full marks

If you would like to see the document of each question, click on the links below:

Django questions

Golang questions

Project Setup

Contributing

  1. Fork the repository.
  2. Create a new branch:
    git checkout -b feature/your-feature-name
  3. Commit your changes:
    git commit -m 'Add some feature'
  4. Push to the branch:
    git push origin feature/your-feature-name
  5. Open a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.