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