return an exti(), seriously?

This commit is contained in:
Yorick Barbanneau 2021-09-17 16:37:25 +02:00
parent 82cf981df2
commit b16d91fb2e

View file

@ -138,5 +138,5 @@ int main(int argc, char* argv[]) {
} }
} }
printf("Hello World!\n"); printf("Hello World!\n");
return exit (EXIT_SUCCESS); return EXIT_SUCCESS;
} }