How to add your assignment as a submodule:
- Fork this repository and clone it to your local machine.
- Create your own assignment repository (if you haven't already).
- Navigate to the
members/
directory. - Add your assignment repository as a submodule:
git submodule add <your-repo-url> members/<your-github-id>
- Commit the changes:
git commit -m "Add <your-github-id> assignment"
- Push your changes to your forked repository.
- Create a Pull Request to the main repository.