Update leetcode/src/6.c

Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
straight-into-the-wall 2021-10-22 19:38:41 +02:00 committed by GitHub
parent 495d780d0c
commit 30f3ceaad0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -90,7 +90,11 @@ void testZigZag(char* s, int numRows, char* expected)
free(ret);
}
void test(void)
/**
* @brief Self-test implementations
* @returns void
*/
static void test()
{
char* s01 = "PAYPALISHIRING";