mirror of
https://github.moeyy.xyz/https://github.com/TheAlgorithms/C.git
synced 2023-10-11 15:56:24 +08: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