mirror of
https://github.com/TheAlgorithms/C
synced 2024-11-21 21:11:57 +03:00
use 0 instead of EXIT_SUCCESS
Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
parent
cf95c1e27a
commit
679b30b725
@ -84,5 +84,5 @@ static void test() {
|
||||
int main()
|
||||
{
|
||||
test(); // run self-test implementations
|
||||
return EXIT_SUCCESS;
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user