Sample Return Codes
Modified samples to return EXIT_SUCCESS OR EXIT_FAILURE instead of 0 or 1. Also fixed incorrect return at the end of main method of basic.cc.
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).
View this failed invocation of the CLA check for more information.
For the most up to date status, view the checks section at the bottom of the pull request.
Thanks!
I'm afraid we'll need a CLA (https://cla.developers.google.com/) before we can merge this though.
Sorry for the delay @saran-t. I have completed the CLA, run the check again, and it has passed.
Fixed by 5187a71