Skip to content

HarshitSati/Basic_c-plus-plus_programs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hacktober Fest - 2022


What is Hacktoberfest?

Hacktoberfest is digitalocean’s annual event that encourages people to contribute to open source throughout October. much of modern tech infrastructure—including some of digitalocean’S own products—relies on open-source projects built and maintained by passionate people who often don’t have the staff or budgets to do much more than keep the project alive. Hacktoberfest is all about giving back to those projects, sharpening skills, and celebrating all things open source, especially the people that make open source so special.

You can follow the guidelines below to start contributing: -

1. Register for Hactoberfest as a contributor

2. Fork this repo and make the project available locally. Run the following command for that

git clone https://<username>/system-design-concepts-hacktoberfest2022

3. Create a branch for the changes

git checkout master

git branch -M <branch_name>

4. Create a file with .cpp extension and save it.

5. Commit the changes

git add .

git commit -m 'added <the topic>'

git push -u origin <branch_name>

6. Open a Pull request in your github

8. Give this project a star

If you liked working on this project, please share this project as much as you can and star this project to help as many people in opensource as you can.

Note:

  1. Don't Create Pull Request to update the original "readme.md" or the "CONTRIBUTING.md" File. The readme files inside the folders can be mainpulated if necessary.

  2. If you want to add corrections, you need to specify it in the comment.

  3. Make a file for your content and make your content limited to the file only.

  4. Spammy Pull Requests will be marked spam and then closed.

  5. The duplicate or copied content is strictly prohibited.

  6. The topic should be of the basic C++ programs.

  7. Donot remove previous contents.

Code of Conduct

CTRL+click the GIF below


Project Admin


Harshit Sati


Our Valuable Contributors