Skip to content

This repository contains basic C programs to help beginners.

Notifications You must be signed in to change notification settings

AnirG/C_Programs

 
 

Repository files navigation

C_Programs

Happy Hacktober! :octocat:

This is a beginner friendly repository made specifically for Hacktoberfest that helps you get your first PR. The programs are written in C and compiled using GCC. To run the programs in TurboC++ read port_to_turboC.md

How to contribute to this repository

  • Fork this repository (Click the Fork button in the top right of this page, click your Profile Image)
  • Clone your fork down to your local machine
git clone https://github.com/your-username/hacktoberfest.git
  • Create a branch
git checkout -b branch-name
  • Make your changes (There are some folders for different category so upload the file accordingly)
  • Commit and push
git add .
git commit -m 'Commit message'
git push origin branch-name

or

  • Add the file in the forked repository using upload file option then commit the changes in a new branch.

  • Create a new pull request from your forked repository (Click the New Pull Request button located at the top of your repo)

  • Wait for your PR review and merge approval!

If you are still facing any problem follow steps given in this website "https://thenewstack.io/getting-legit-with-git-and-github-your-first-pull-request/"

About

This repository contains basic C programs to help beginners.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 96.4%
  • C++ 3.4%
  • Makefile 0.2%