Skip to content
Snippets Groups Projects

Resolve "add makefile with structure"

Merged tom.ryser requested to merge 3-add-makefile-with-structure into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -2,5 +2,5 @@
#include "../include/stack.h"
int main(void) {
return 0;
return EXIT_SUCCESS;
}
\ No newline at end of file
Loading