mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
Apply suggestions from code review
Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
parent
66eb05e0da
commit
e1b1c71e7c
@ -61,5 +61,10 @@ void tests() {
|
|||||||
std::cout << "passed\n";
|
std::cout << "passed\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
/// main function
|
/**
|
||||||
int main() { tests(); }
|
* Main function
|
||||||
|
*/
|
||||||
|
int main() {
|
||||||
|
tests();
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user