Skip to content

Commit

Permalink
docs: add missing return 0;
Browse files Browse the repository at this point in the history
  • Loading branch information
Panquesito7 authored Apr 21, 2023
1 parent 842c4ab commit 7999ff5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ static void tests() {
*/
int main() {
tests(); // run self-test implementations
return 0;
}
```
Expand Down

0 comments on commit 7999ff5

Please sign in to comment.