From e137ed020c935b6e0cd365ef293507771e88abd9 Mon Sep 17 00:00:00 2001 From: Sorina Pop Date: Tue, 22 Nov 2016 16:50:54 +0100 Subject: [PATCH] exit 0 --- hello.c | 1 + 1 file changed, 1 insertion(+) diff --git a/hello.c b/hello.c index 870d77b..1494454 100644 --- 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); } -- 2.45.0