Hacktoberfest_2022


Coder GIF

Hello,

It is back again the time of the year to celebrate Hacktoberfest. This repository contains coding exercises that you can easily solve with basic knowledge in programming. You can find a step-by-step guide to contribute to this repository below 🌺🌻.


  1. First of all, register here.
  2. Fork this repository.
  3. Clone the repository to your local machine:
git clone https://github.com/<your github username>/Hacktoberfest_2022.git
  1. Navigate to the directory.
cd Hacktoberfest_2022
  1. Create and shift to a new branch.
git checkout -b new-branch-name
  1. Create a folder inside the languge folder of your choice. Name it as YourName_ExerciseNumber (Ex: Nishu_01)
  2. Add your solution to the folder.
  3. Add you contribution.
git add .
  1. Commit your changes.
git commit -m "commit-message"
  1. Push the updates.
git push origin <branch-name>
  1. Visit your forked repository, and make a new pull request.

Yay!!!πŸ’›βœ¨πŸŽŠπŸŽ‰ You have completed one pull request!


*Note: Please do not close the issue after contributing with your solution.