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

View File

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