adding a comment

This commit is contained in:
Ashish Bhanu Daulatabad
2021-03-08 10:36:17 +05:30
parent 8e80de5384
commit e9cf2062b0

View File

@@ -181,6 +181,6 @@ static void test() {
* @returns 0 on exit
*/
int main() {
test(); // run self-implementation checks
test(); // run self-test implementations
return 0;
}