Skip to content

Commit

Permalink
added @return in documentation of main function
Browse files Browse the repository at this point in the history
Co-authored-by: realstealthninja <[email protected]>
  • Loading branch information
mjk22071998 and realstealthninja authored Oct 22, 2024
1 parent 3f07ca4 commit d039369
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions greedy_algorithms/binary_addition.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ static void tests() {

/**
* @brief main function
* @returns 0 on successful exit
*/
int main() {
tests(); /// To execute tests
Expand Down

0 comments on commit d039369

Please sign in to comment.