This repository contains simple, beginner C programs! This is a beginner friendly repository where you can try contributing and Pull Request with simple C programs.
I use Eclipse IDE and MinGW Compliler
- Fork this Repository (Click the Fork button in the topof this page)
- Clone the forked repository to your system
git clone https://github.com/your-username/simple-c-programs.git
- Create a new branch
git checkout -b branch-name
- Add your new program/changes
- Commit and push
git add .
git commit -m 'Commit message'
git push origin branch-name
- Create a new pull request from your forked repository (Click the
New Pull Request
button)