Update strings/z_function.cpp

comments added

Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
RitikaGupta8734 2021-09-01 09:53:39 +05:30 committed by GitHub
parent 757c109ac4
commit b5cb054be9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -81,6 +81,6 @@ static void test(){
*/ */
int main() { int main() {
testing(); test(); // run self-test implementations
return 0; return 0;
} }