Skip to content

jithinkrishnanrs/Simple-C-Programs

Repository files navigation

Simple C Program Examples for Beginners

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

How to contribute?

  • 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)

Feel free to fork this repo and Pull request to submit more programs. Consider giving a star also!!

Thank You!! Happy Coding