From 7bf90db56dd3007167419a09d0ff36534be3619e Mon Sep 17 00:00:00 2001 From: Tom Ryser <rysertom@gmail.com> Date: Wed, 24 Nov 2021 11:31:42 +0100 Subject: [PATCH] Update main.c modified the return, to EXIT_SUCCESS --- Sources/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/main.c b/Sources/main.c index 64ed7be..c316bcd 100644 --- a/Sources/main.c +++ b/Sources/main.c @@ -2,5 +2,5 @@ #include "../include/stack.h" int main(void) { - return 0; + return EXIT_SUCCESS; } \ No newline at end of file -- GitLab