Update sorting/selection_sort_recursive.c

Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
DhruvPasricha 2021-02-26 11:17:06 +05:30 committed by GitHub
parent 8947878624
commit 013b586021
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -102,6 +102,7 @@ int main()
{
/* Intializes random number generator */
srand(time(NULL));
test(); // run self-test implementations
return 0;
}