- Fork this repository to your GitHub account
- Clone your forked repository to your local machine
- Set this repository as the upstream of your fork
- Create a new branch (call it whatever you want) and work from this branch
- Add your contribution to
main.cppby typing a string as the return value of your named function, e.g.,const char* Michael() - Compile and test your modifications
- Commit the modifications to your local repo
- Push your branch to your forked repository
- Make a pull request to this upstream repository
- Get upstream updates to see others' contributions to
main.cpp