mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-11 19:17:21 +08:00
Documentation for fb27d4d304
This commit is contained in:
@@ -321,11 +321,9 @@ static void test() {
|
||||
|
||||
/**
|
||||
* @brief Main function
|
||||
* @param argc commandline argument count (ignored)
|
||||
* @param argv commandline array of arguments (ignored)
|
||||
* @returns 0 on exit
|
||||
*/
|
||||
int main(int argc, char *argv[]) {
|
||||
int main() {
|
||||
test(); // run self-test implementations
|
||||
// code here
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user