Update geometry/graham_scan_algorithm.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
Lajat5
2021-11-07 23:58:05 +05:30
committed by GitHub
parent 7c3fc8bec9
commit 02ff19155d

View File

@@ -63,7 +63,7 @@ static void test() {
assert(derived_result[i].x == expected_result[i].x);
assert(derived_result[i].y == expected_result[i].y);
}
std::cout << "Passed" << std::endl;
std::cout << "passed!" << std::endl;
}
/*******************************************************************************