Skip to content

Program related to basics of Programming in C++

License

Notifications You must be signed in to change notification settings

riyatanwar1105/C-plusplus

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C_PlusPlus

Program related to basics of Programming in C++

This repository is open to contributions for hacktoberfest 2020

Make four valid pull requests (PRs) to any public repository and get a chance to win t-shirts and Swags

Register here:- https://hacktoberfest.digitalocean.com/

New to github learn how to contribute:- https://kbroman.org/github_tutorial/pages/fork.html

Getting Started

Fork this repository and clone on your local machine

git clone https://github.com/apdy10/C-plusplus.git

Create a branch

git checkout -b branch_name

Make your changes

  • Add any new problem and its solution

Commit and push

git add .
git commit -m "your_message"
git push origin branch_name

Create a new pull request from your forked repository
Wait for your PR review and merge approval!

PS: Star this repo while you're at it :)

About

Program related to basics of Programming in C++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%