]> Creatis software - demoSorina.git/blobdiff - hello.c
exit 0
[demoSorina.git] / hello.c
diff --git a/hello.c b/hello.c
index 870d77b91cf6cf6d1309291b8a54e668162530c3..14944549b83950d0a84b9b6d03a019e5b061ca43 100644 (file)
--- a/hello.c
+++ b/hello.c
@@ -23,5 +23,6 @@ int main(int argc, char *argv[]) {
                /* print some text */
        fclose(f);
         printf("This is the end of my C program\n");
+       exit(0);
 
 }