Skip to content
Snippets Groups Projects
Commit 7bf90db5 authored by Tom Ryser's avatar Tom Ryser
Browse files

Update main.c

modified the return, to EXIT_SUCCESS
parent ac5d6729
No related branches found
No related tags found
1 merge request!3Resolve "add makefile with structure"
......@@ -2,5 +2,5 @@
#include "../include/stack.h"
int main(void) {
return 0;
return EXIT_SUCCESS;
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment