diff --git a/Sources/main.c b/Sources/main.c
index 64ed7be5008de25b430b500c75e92f30fb973b8c..c316bcdedcbcff9379a511f955bed74fa3df245e 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