Update operations_on_datastructures/reverse_binary_tree.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
Alvin Philips 2021-10-19 07:53:45 +05:30 committed by GitHub
parent ff091f7b45
commit 76255dd780
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -248,6 +248,6 @@ static void test() {
* @returns 0 on exit
*/
int main() {
test(); ///< Run our Test cases
test(); // run self-test implementations
return 0;
}