Skip to content
Snippets Groups Projects
Commit e8273750 authored by arw's avatar arw
Browse files

replace ugly return in main() by a call to exit

parent 4535883d
Branches
No related tags found
No related merge requests found
...@@ -3,5 +3,5 @@ ...@@ -3,5 +3,5 @@
int main(int argc, char **argv) int main(int argc, char **argv)
{ {
printf("Hello World!!!!\n"); printf("Hello World!!!!\n");
return 0; exit(EXIT_SUCCESS);
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment