Update geometry/graham_scan_algorithm.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
Lajat5 2021-11-04 10:47:55 +05:30 committed by GitHub
parent 23a5665c5c
commit 17a2e85b88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -74,6 +74,6 @@ void test() {
* @returns 0 on exit * @returns 0 on exit
*******************************************************************************/ *******************************************************************************/
int main() { int main() {
test(); test(); // run self-test implementations
return 0; return 0;
} }