This repo stores all the programs of C Programming Language for the purpose of education and logic enhancement.
1.Make a folder with the name of problem 2.Add the code file along with a text file storing a brief description
- Fork this repository from top right of this page.
- Clone that repository on your local device using the command- git clone
- cd into this repo folder
- Make required changes
- You make check for changes using the command- git status
- Stage the changes using the command- git add .
- Now commit the changes using the command- git commit -m"appropriate message regarding pull-request"
- Finally push your code using the command- git push origin