mirror of
https://github.com/TheAlgorithms/C
synced 2024-11-21 21:11:57 +03:00
docs: improve contributing guidelines
This commit is contained in:
parent
144442afba
commit
3ba43b75ed
@ -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");
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user