Hacktoberfest encourages participation in the open source community, which grows bigger every year. Complete the challenge and earn a limited edition T-shirt.
Feel free to contribute to this repo by creating or editing programs in any programming language. Also you can make different folders for the code you want to contribute.
Getting Started 😁:
- Fork this repository
- Clone the repository on your local machine
- Create a new branch
git checkout -b <your_branch_name>
- Make changes
- Stage your changes and commit
git add -A
git commit -m "<your_commit_message>"
- Push your changes to the branch you created
git push -u origin <your_branch_name>
- Create a Pull Request.
Congratulations! You've made your contribution. Your pull request will be accepted soon.