Skip to content

Riyazmd786/Hactoberfest-2022-C-Cal

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Hacktoberfest-2022-C-Cal


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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 100.0%