8000 docs: improve contributing guidelines · khoih-prog/C_Algorithm@3ba43b7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3ba43b7

Browse files
authored
docs: improve contributing guidelines
1 parent 144442a commit 3ba43b7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,9 @@ static void test() {
109109
assert(func(...) == ...); // this ensures that the algorithm works as expected
110110

111111
// can have multiple checks
112+
113+
// this lets the user know that the tests passed
114+
printf("All tests have successfully passed!\n");
112115
}
113116

114117
/**

0 commit comments

Comments
 (0)
0