mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-06 04:53:30 +08:00
Update geometry/graham_scan_algorithm.cpp
Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
/*******************************************************************************
|
||||
|
||||
Reference in New Issue
Block a user