docs: improve contributing guidelines

This commit is contained in:
David Leal
2023-04-26 11:27:51 -06:00
committed by GitHub
parent 144442afba
commit 3ba43b75ed

View File

@@ -109,6 +109,9 @@ static void test() {
assert(func(...) == ...); // this ensures that the algorithm works as expected
// can have multiple checks
// this lets the user know that the tests passed
printf("All tests have successfully passed!\n");
}
/**