diff --git a/hello.c b/hello.c index 52be989f06c77eeb22cd28784cf2d6bec1ec988b..ffdf17d6005047040d6d1f0bb6521b7a9b14798d 100644 --- a/hello.c +++ b/hello.c @@ -3,5 +3,5 @@ int main(int argc, char **argv) { printf("Hello World!!!!\n"); - return 0; + exit(EXIT_SUCCESS); }