Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Akanksha1212/C_Programs
This repository contains basic C programs to help beginners.
https://github.com/Akanksha1212/C_Programs
beginner-friendly c cprogramming hacktoberfest hacktoberfest2019
Last synced: 3 months ago
JSON representation
This repository contains basic C programs to help beginners.
- Host: GitHub
- URL: https://github.com/Akanksha1212/C_Programs
- Owner: Akanksha1212
- Created: 2019-10-03T10:52:52.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-21T18:32:42.000Z (11 months ago)
- Last Synced: 2024-04-03T05:36:01.139Z (7 months ago)
- Topics: beginner-friendly, c, cprogramming, hacktoberfest, hacktoberfest2019
- Language: C
- Homepage:
- Size: 14.7 MB
- Stars: 86
- Watchers: 8
- Forks: 321
- Open Issues: 217
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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```markdown
git clone https://github.com/your-username/hacktoberfest.git
```* Create a branch
```markdown
git checkout -b branch-name
```* Make your changes (There are some folders for different category so upload the file accordingly)
* Commit and push```markdown
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/)