diff --git a/alpha_beta.c b/alpha_beta.c --- a/alpha_beta.c +++ b/alpha_beta.c @@ -343,5 +343,6 @@ } print (); + return EXIT_SUCCESS; }