mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-05 20:48:22 +08:00
Minor readability fixes
This commit is contained in:
@@ -37,7 +37,9 @@ static void test() {
|
||||
assert(lower("abcd").compare("abc") == 1);
|
||||
}
|
||||
|
||||
/** Main function
|
||||
/**
|
||||
* @brief Main function
|
||||
* @returns 0 on exit
|
||||
*/
|
||||
int main() {
|
||||
test(); // run self-test implementations
|
||||
|
||||
Reference in New Issue
Block a user